Beispiel #1
0
 /**
  * Prevent data updates from running before Magento is installed.
  *
  * @return \EcomDev_Cms_Model_Resource_Setup
  */
 public function applyDataUpdates()
 {
     return Mage::isInstalled() ? parent::applyDataUpdates() : $this;
 }