コード例 #1
0
ファイル: App.php プロジェクト: NatashaOlut/Mage_Test
 /**
  * Overriden to fix issue with stores loading
  * (non-PHPdoc)
  * @see Mage_Core_Model_App::_initStores()
  */
 protected function _initStores()
 {
     $this->_store = null;
     parent::_initStores();
     return $this;
 }