Skip to content

Commit

Permalink
Admin controller should return true
Browse files Browse the repository at this point in the history
  • Loading branch information
Silarn committed Feb 17, 2016
1 parent c2b119a commit d0d30b9
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@ public function checkAction()
$successCode = 1;
Mage::app()->getResponse()->setBody($successCode);
}

public function _isAllowed()
{
return true;
}
}

0 comments on commit d0d30b9

Please sign in to comment.