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

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112017 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sam Minnee 2010-10-13 00:58:20 +00:00
parent 7d3d9a005e
commit 6490b111b6

View File

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