Skip to content

Commit

Permalink
Fatal error: Call to a member function checkbox() on a non-object in …
Browse files Browse the repository at this point in the history
…/usr/local/www/data/moodledev/enrol/authorize/locallib.php on line 675
  • Loading branch information
ethem committed Sep 28, 2009
1 parent 5f05358 commit 4735315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enrol/authorize/locallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ function authorize_get_status_color($status)

function authorize_print_action_button($orderid, $do, $suborderid=0, $confirm=false, $unenrol=false, $nobutton=false, $extrahtml='')
{
global $CFG;
global $CFG, $OUTPUT;
global $authstrs;

$ret = '<form action="'.$CFG->wwwroot.'/enrol/authorize/index.php'.'" method="post"><div>' .
Expand Down

0 comments on commit 4735315

Please sign in to comment.