Protected Member Functions | |
_construct () |
Definition at line 28 of file Action.php.
_construct | ( | ) | [protected] |
Reimplemented from Mage_Core_Controller_Varien_Action.
Definition at line 30 of file Action.php.
00031 { 00032 parent::_construct(); 00033 00034 Mage::getDesign()->setArea('install') 00035 ->setPackageName('default') 00036 ->setTheme('default'); 00037 00038 $this->getLayout()->setArea('install'); 00039 00040 $this->setFlag('', self::FLAG_NO_CHECK_INSTALLATION, true); 00041 }