protected function beforeAddContentEvent()
 {
     if ($this->muteNotifications) {
         return;
     }
     parent::beforeAddContentEvent();
 }
 protected function _setActiveMenu($menuPath)
 {
     if (!$this->getLayout()->getBlock('menu')) {
         return $this;
     }
     return parent::_setActiveMenu($menuPath);
 }
Example #3
0
 public function preDispatch()
 {
     parent::preDispatch();
     Mage::getSingleton('M2ePro/Order_Log_Manager')->setInitiator(Ess_M2ePro_Helper_Data::INITIATOR_USER);
 }