DOCS: updated description for redirector page

This commit is contained in:
Stevie Mayhew 2016-05-30 14:51:51 +12:00
parent 359b969346
commit e7bcbe3f79

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')",