From a894e5c1fe376a72b170a43d557243516ab6a812 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Thu, 25 Mar 2010 03:34:58 +0000 Subject: [PATCH] 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 --- core/model/RedirectorPage.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/model/RedirectorPage.php b/core/model/RedirectorPage.php index b79236390..ceba0ee3b 100755 --- a/core/model/RedirectorPage.php +++ b/core/model/RedirectorPage.php @@ -15,8 +15,7 @@ class RedirectorPage extends Page { ); static $defaults = array( - "RedirectionType" => "Internal", - "ExternalURL" => "http://" + "RedirectionType" => "Internal" ); static $has_one = array(