X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCustom%2FPage%2FField.php;h=d10a73dfa375fefea6e3a829ca2807702bbfb350;hb=fe71a72e510e046d7f21d7064802a15f64c6b957;hp=708b342a24e53a832f09d1fd6eaf6c0d27652121;hpb=a2a44aff3a996688b6777c60ff3af57dcba8f3b9;p=civicrm-core.git diff --git a/CRM/Custom/Page/Field.php b/CRM/Custom/Page/Field.php index 708b342a24..d10a73dfa3 100644 --- a/CRM/Custom/Page/Field.php +++ b/CRM/Custom/Page/Field.php @@ -226,7 +226,7 @@ class CRM_Custom_Page_Field extends CRM_Core_Page { } if ($isReserved = CRM_Core_DAO::getFieldValue('CRM_Core_DAO_CustomGroup', $this->_gid, 'is_reserved', 'id')) { - CRM_Core_Error::fatal("You cannot add or edit fields in a reserved custom field-set."); + CRM_Core_Error::statusBounce("You cannot add or edit fields in a reserved custom field-set."); } $action = CRM_Utils_Request::retrieve('action', 'String',