Skip to content

Commit

Permalink
Merge pull request #2 from magmodules/development
Browse files Browse the repository at this point in the history
1.2.1
  • Loading branch information
Magmodules authored Jul 13, 2017
2 parents ca6a6e9 + 5c56868 commit 0a4356f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/code/community/Magmodules/Sooqr/Block/Search.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ public function isEnabled()
*/
public function multiSearch()
{
if (!empty(Mage::getStoreConfig('sooqr_connect/general/extra_search', 0))) {
$multi = Mage::getStoreConfig('sooqr_connect/general/extra_search', 0);
if (!empty($multi)) {
return true;
}

Expand Down

0 comments on commit 0a4356f

Please sign in to comment.