Skip to content

Commit

Permalink
Merge pull request bugsnag#3 from ServerMonkey/master
Browse files Browse the repository at this point in the history
Upgrade bugsnag libraries
  • Loading branch information
kattrali committed Mar 11, 2016
2 parents 5750bf6 + d0d30b9 commit 53350f7
Show file tree
Hide file tree
Showing 9 changed files with 375 additions and 146 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;
}
}
Loading

0 comments on commit 53350f7

Please sign in to comment.