X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FAdmin%2FPage%2FOptions.php;h=efdba99f13c0bb76982a9ffd0613f4fa3a581c02;hb=e0d8d524696e21fcdf379daae3d65fc7ad7523f0;hp=31788c7eba0a93ca55ce1d3bc90e95bd5fdc17f4;hpb=408f13a58f0682807ab143115579d4165f4f5f66;p=civicrm-core.git diff --git a/CRM/Admin/Page/Options.php b/CRM/Admin/Page/Options.php index 31788c7eba..efdba99f13 100644 --- a/CRM/Admin/Page/Options.php +++ b/CRM/Admin/Page/Options.php @@ -143,7 +143,7 @@ class CRM_Admin_Page_Options extends CRM_Core_Page_Basic { 'communication_style', 'case_status', 'encounter_medium', 'case_type', 'payment_instrument', - 'soft_credit_type' + 'soft_credit_type', 'website_type' ) )) { $this->assign('showIsDefault', TRUE); @@ -281,6 +281,8 @@ class CRM_Admin_Page_Options extends CRM_Core_Page_Basic { /** * Get user context. * + * @param null $mode + * * @return string user context. */ function userContext($mode = NULL) {