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.
2 parents 2bea209 + f3fd679 commit a8feadbCopy full SHA for a8feadb
app/code/community/Hackathon/MageMonitoring/Model/Widget/System/Abstract.php
@@ -138,7 +138,7 @@ public function getMagentoInfo($value)
138
{
139
if (is_null($this->_mageInfo)) {
140
$this->_mageInfo['version'] = Mage::getVersion() .
141
- (method_exists(Mage, 'getEdition') ? (' ' . Mage::getEdition() . ' Edition') : '');
+ (method_exists('Mage', 'getEdition') ? (' ' . Mage::getEdition() . ' Edition') : '');
142
$statInfo = $this->getMagentoStatInfo();
143
if (!is_null($statInfo)) {
144
$this->_mageInfo = array_merge($this->_mageInfo, $statInfo);
0 commit comments