X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FMember.setting.php;h=f2a8962b7a7c8d48801a3a55524384f7dbfb231c;hb=c746070e750af03108bc267ed3a583a5943c0f97;hp=57e3eb1e6936a9f8c8f9db2980f3f236f0a8b833;hpb=fa92b4af1c4abf280689cea6445c7a9b99858831;p=civicrm-core.git diff --git a/settings/Member.setting.php b/settings/Member.setting.php index 57e3eb1e69..f2a8962b7a 100644 --- a/settings/Member.setting.php +++ b/settings/Member.setting.php @@ -1,9 +1,9 @@ 'default_renewal_contribution_page', 'type' => 'Integer', 'html_type' => 'Select', - 'default' => null, + 'default' => NULL, 'pseudoconstant' => array( 'name' => 'contributionPage', ), @@ -52,6 +52,6 @@ return array( 'is_domain' => 1, 'is_contact' => 0, 'description' => 'If you select a default online contribution page for self-service membership renewals, a "renew" link pointing to that page will be displayed on the Contact Dashboard for memberships which were entered offline. You will need to ensure that the membership block for the selected online contribution page includes any currently available memberships.', - 'help_text' => null, + 'help_text' => NULL, ), );