Skip to content

Commit

Permalink
Removed unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano authored Jun 8, 2022
1 parent 6afcb3e commit ac00113
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/code/core/Mage/Adminhtml/Model/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,7 @@ public function getTabs()
return $this->_tabs;
}

/**
* @param array $params
*/
public function __construct(array $params = array())
public function __construct()
{
$this->_cacheChecksum = null;
$this->setCache(Mage::app()->getCache());
Expand Down

0 comments on commit ac00113

Please sign in to comment.