From 040f780a15f194dede5149879d91521a74c8dc5a Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Fri, 29 Jun 2012 16:24:20 +1200 Subject: [PATCH] BUG: Allow children on RedirectorPage (Trac #7587) --- code/model/RedirectorPage.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/model/RedirectorPage.php b/code/model/RedirectorPage.php index 964ccc4a..11f6c46b 100644 --- a/code/model/RedirectorPage.php +++ b/code/model/RedirectorPage.php @@ -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.