X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=settings%2FMultisite.setting.php;h=e4671baec7bac2a07a90aaff0d19097c1445fc12;hb=cea91063bec81faa549acc71bf5766a9581cfb7a;hp=8029cf487159e2ce0e57a5c6ca12ed146ffda399;hpb=3b7bf9514d92a68e9adb10ae1fe33f8d6ca3da7d;p=civicrm-core.git diff --git a/settings/Multisite.setting.php b/settings/Multisite.setting.php index 8029cf4871..e4671baec7 100644 --- a/settings/Multisite.setting.php +++ b/settings/Multisite.setting.php @@ -1,9 +1,9 @@ 'is_enabled', 'title' => 'Multisite Is enabled', 'type' => 'Integer', - 'default' => NULL, + 'default' => '0', 'add' => '4.1', 'is_domain' => 1, 'is_contact' => 0, @@ -56,7 +56,7 @@ return array( 'name' => 'domain_group_id', 'title' => 'Multisite Domain Group', 'type' => 'Integer', - 'default' => NULL, + 'default' => '0', 'add' => '4.1', 'is_domain' => 1, 'is_contact' => 0, @@ -69,7 +69,7 @@ return array( 'name' => 'event_price_set_domain_id', 'title' => 'Domain Event Price Set', 'type' => 'Integer', - 'default' => NULL, + 'default' => '0', 'add' => '4.1', 'is_domain' => 1, 'is_contact' => 0, @@ -82,7 +82,7 @@ return array( 'name' => 'uniq_email_per_site', 'type' => 'Integer', 'title' => 'Unique Email per Domain?', - 'default' => NULL, + 'default' => '0', 'add' => '4.1', 'is_domain' => 1, 'is_contact' => 0,