BUG: Allow children on RedirectorPage (Trac #7587)

This commit is contained in:
Sam Minnee 2012-06-29 16:24:20 +12:00
parent 25ee305f32
commit 040f780a15
1 changed files with 0 additions and 2 deletions

View File

@ -25,8 +25,6 @@ class RedirectorPage extends Page {
static $many_many = array(
);
static $allowed_children = array();
/**
* Returns this page if the redirect is external, otherwise
* returns the target page.