mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
BUG: Allow children on RedirectorPage (Trac #7587)
This commit is contained in:
parent
25ee305f32
commit
040f780a15
@ -25,8 +25,6 @@ class RedirectorPage extends Page {
|
|||||||
static $many_many = array(
|
static $many_many = array(
|
||||||
);
|
);
|
||||||
|
|
||||||
static $allowed_children = array();
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns this page if the redirect is external, otherwise
|
* Returns this page if the redirect is external, otherwise
|
||||||
* returns the target page.
|
* returns the target page.
|
||||||
|
Loading…
Reference in New Issue
Block a user