Skip to content

Commit

Permalink
Update AjaxController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
wigman committed Sep 23, 2015
1 parent 2eae830 commit 2a0e827
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function updateAction(){

public function getlistdataAction(){

if(!Mage::app()->getRequest()->getParam('pids') { return; }
if(!Mage::app()->getRequest()->getParam('pids')) { return; }

if (!Mage::helper('configurableswatches')->isEnabled()) { // check if functionality disabled
return; // return without loading swatch functionality
Expand Down

0 comments on commit 2a0e827

Please sign in to comment.