MINOR Reverted r101670 as it broke assumptions made in RedirectorPageTest

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@101671 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2010-03-25 03:34:58 +00:00 committed by Sam Minnee
parent b8520cc20c
commit a894e5c1fe

View File

@ -15,8 +15,7 @@ class RedirectorPage extends Page {
);
static $defaults = array(
"RedirectionType" => "Internal",
"ExternalURL" => "http://"
"RedirectionType" => "Internal"
);
static $has_one = array(