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