X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FForm%2FManageEvent.php;h=a4702ebeb298b3812de048ab5b3f481241d41a5c;hb=a4d42ed6184ae28d52b0273bcb53597b87605f26;hp=1b873b1748ef72974b7d5df84cf59a207ba09238;hpb=e68bce7b9d941cb8dbf44bc27ca08571df3a4811;p=civicrm-core.git diff --git a/CRM/Event/Form/ManageEvent.php b/CRM/Event/Form/ManageEvent.php index 1b873b1748..a4702ebeb2 100644 --- a/CRM/Event/Form/ManageEvent.php +++ b/CRM/Event/Form/ManageEvent.php @@ -1,9 +1,9 @@ _id = CRM_Utils_Request::retrieve('id', 'Positive', $this, FALSE, NULL, 'GET'); if ($this->_id) { $this->assign('eventId', $this->_id); - if (empty($this->_addProfileBottom) && empty($this->_addProfileBottomAdd)) { + if (!empty($this->_addBlockName) && empty($this->_addProfileBottom) && empty($this->_addProfileBottomAdd)) { $this->add('hidden', 'id', $this->_id); } $this->_single = TRUE; @@ -367,6 +367,9 @@ class CRM_Event_Form_ManageEvent extends CRM_Core_Form { } } + /** + * @return string + */ function getTemplateFileName() { if ($this->controller->getPrint() || $this->getVar('_id') <= 0 || $this->_action & CRM_Core_Action::DELETE) { return parent::getTemplateFileName();