X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FAdmin%2FForm.php;h=ea32fd3169d923d1b33f8387e4c8b6b4fc6456b4;hb=4ef8abc29f3711cbeb0bcc6b59142a0fa0f06cb4;hp=315c7147cdfccd54ed822455de78bd0aa1f34937;hpb=32893bd832034b818f58ecb6af08cc6f71a088e6;p=civicrm-core.git diff --git a/CRM/Admin/Form.php b/CRM/Admin/Form.php index 315c7147cd..ea32fd3169 100644 --- a/CRM/Admin/Form.php +++ b/CRM/Admin/Form.php @@ -1,7 +1,7 @@ addStyleFile('civicrm', 'css/admin.css'); + $this->_id = $this->get('id'); $this->_BAOName = $this->get('BAOName'); $this->_values = array(); @@ -113,8 +113,6 @@ class CRM_Admin_Form extends CRM_Core_Form { /** * Add standard buttons. - * - * @return void */ public function buildQuickForm() { if ($this->_action & CRM_Core_Action::VIEW || $this->_action & CRM_Core_Action::PREVIEW) {