Example #1
0
 protected function _prepareLayout()
 {
     if (count(Mage::helper('M2ePro/View_Common_Component')->getActiveComponents()) == 0) {
         throw new LogicException('At least 1 Channel should be enabled.');
     }
     $this->initializeTabs();
     parent::_prepareLayout();
 }