ENHANCEMENT RedirectorPage ExternalURL field now defaults to http:// to be consistent with the "Another website" option for HtmlEditorField LinkForm

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

View File

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