Attempt at fixing Sentry error logging
This commit is contained in:
parent
709b9bbeec
commit
90bd0a1ab4
3 changed files with 9 additions and 5 deletions
|
@ -134,7 +134,7 @@ class Zend_Controller_Plugin_Acl extends Zend_Controller_Plugin_Abstract
|
|||
//$r->gotoSimpleAndExit('index', 'login', $request->getModuleName());
|
||||
|
||||
//die();
|
||||
throw new Zend_Controller_Exception("hi", 401);
|
||||
throw new Zend_Controller_Exception("Incorrect API key", 401);
|
||||
}
|
||||
}
|
||||
else //Non-REST, regular Airtime web app requests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue