From: ethem Date: Mon, 28 Sep 2009 20:17:24 +0000 (+0000) Subject: Fatal error: Call to a member function checkbox() on a non-object in /usr/local/www... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4735315363854e1f82aa42fbca88ee11c577e436;p=moodle.git Fatal error: Call to a member function checkbox() on a non-object in /usr/local/www/data/moodledev/enrol/authorize/locallib.php on line 675 --- diff --git a/enrol/authorize/locallib.php b/enrol/authorize/locallib.php index 33118ddd10..2da6dd27f5 100644 --- a/enrol/authorize/locallib.php +++ b/enrol/authorize/locallib.php @@ -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 = '
' .