We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac00113 commit 0fba5a3Copy full SHA for 0fba5a3
app/code/core/Mage/Adminhtml/Model/Config.php
@@ -96,7 +96,6 @@ public function __construct()
96
$this->setCacheTags([Mage_Core_Model_Config::CACHE_TAG]);
97
$usesCache = Mage::app()->useCache('config');
98
if (!$usesCache || !$this->loadCache()) {
99
- /** @var Mage_Core_Model_Config_Base $config */
100
$this->_config = Mage::getConfig()->loadModulesConfiguration('system.xml')
101
->applyExtends();
102
if ($usesCache) {
@@ -106,7 +105,7 @@ public function __construct()
106
105
}
107
108
/**
109
- * @param $tags
+ * @param array|null $tags
110
* @return $this|Mage_Adminhtml_Model_Config
111
*/
112
public function saveCache($tags=null)
0 commit comments