Skip to content

Commit

Permalink
Revert "Changed require_once to required_api for bug_api.php"
Browse files Browse the repository at this point in the history
This reverts commit adb0b81.

This commit fixed a problem that was introduced by the erronous commit
63db6ac. As this erronous commit is
being removed, this patch is no longer needed.
  • Loading branch information
davidhicks committed Sep 10, 2011
1 parent 36a3446 commit e7daa29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bug_actiongroup.php
Expand Up @@ -26,7 +26,7 @@
*/
require_once( 'core.php' );

require_api( 'bug_api.php' );
require_once( 'bug_api.php' );

auth_ensure_user_authenticated();
helper_begin_long_process();
Expand Down

0 comments on commit e7daa29

Please sign in to comment.