X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FUrl.setting.php;h=eb8b33b25f972ffcc8f6ac78a96f8c02cee46013;hb=82e7a8b8a4054c4814900ddf5e8fc56d6819c134;hp=f2484ff18909804f946bd36bc2acf09403e0db9b;hpb=e913987d303f2c51e60be23820fc8d1031e7eadd;p=civicrm-core.git diff --git a/settings/Url.setting.php b/settings/Url.setting.php index f2484ff189..eb8b33b25f 100644 --- a/settings/Url.setting.php +++ b/settings/Url.setting.php @@ -1,7 +1,7 @@ array( 'group' => 'url', 'group_name' => 'URL Preferences', 'name' => 'userFrameworkResourceURL', 'title' => 'Script and CSS Resources URL', 'type' => 'String', - 'default' => null, + 'default' => NULL, 'add' => '4.1', 'prefetch' => 1, 'is_domain' => 1, 'is_contact' => 0, 'description' => 'CiviCRM Resource URL', - 'help_text' => null, + 'help_text' => NULL, 'validate_callback' => 'CRM_Utils_Rule::url', ), 'imageUploadURL' => array( @@ -57,13 +57,13 @@ return array ( 'title' => 'Image URL Prefix', 'name' => 'imageUploadURL', 'type' => 'String', - 'default' => null, + 'default' => NULL, 'add' => '4.1', 'prefetch' => 1, 'is_domain' => 1, 'is_contact' => 0, 'description' => 'Image Upload URL', - 'help_text' => null, + 'help_text' => NULL, 'validate_callback' => 'CRM_Utils_Rule::url', ), 'customCSSURL' => array( @@ -72,13 +72,13 @@ return array ( 'name' => 'customCSSURL', 'title' => 'Custom CSS', 'type' => 'String', - 'default' => null, + 'default' => NULL, 'add' => '4.1', 'prefetch' => 1, 'is_domain' => 1, 'is_contact' => 0, 'description' => 'Custom CiviCRM CSS URL', - 'help_text' => null, + 'help_text' => NULL, 'validate_callback' => 'CRM_Utils_Rule::url', ),