X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FUrl.setting.php;h=eb8b33b25f972ffcc8f6ac78a96f8c02cee46013;hb=82e7a8b8a4054c4814900ddf5e8fc56d6819c134;hp=2f7564b4c945862ad53543968d8af99a46870fdf;hpb=9d29f5f8596366df6a6ae99b97029da639e03004;p=civicrm-core.git diff --git a/settings/Url.setting.php b/settings/Url.setting.php index 2f7564b4c9..eb8b33b25f 100644 --- a/settings/Url.setting.php +++ b/settings/Url.setting.php @@ -23,7 +23,7 @@ | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ -*/ + */ /** * @@ -35,20 +35,20 @@ /* * Settings metadata file */ -return array ( +return array( 'userFrameworkResourceURL' => 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', ),