Merge pull request #1514 from stevie-mayhew/pulls/redirector-description

DOCS: updated description for redirector page
This commit is contained in:
Damian Mooyman 2016-06-28 18:13:28 +12:00 committed by GitHub
commit bf511939f4

View File

@ -6,7 +6,7 @@
* @subpackage content
*/
class RedirectorPage extends Page {
private static $description = 'Redirects to a different internal page';
private static $description = 'Redirects to an internal page or an external URL';
private static $db = array(
"RedirectionType" => "Enum('Internal,External','Internal')",