Skip to content

Commit

Permalink
Remove test error from start of access_api
Browse files Browse the repository at this point in the history
This error was placed in access_api for testing purposes and was
accidentally included in the last commit, throwing an uncaught error on
every MantisBT page.
  • Loading branch information
davidhicks committed Dec 18, 2011
1 parent 5db5686 commit e0c755f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/core/access_api.php
Expand Up @@ -40,7 +40,6 @@
*/

use MantisBT\Exception\Access\AccessDenied;
throw new AccessDenied();

require_api( 'authentication_api.php' );
require_api( 'bug_api.php' );
Expand Down

0 comments on commit e0c755f

Please sign in to comment.