mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 05:25:08 +02:00
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
This commit is contained in:
parent
5f05358d4b
commit
4735315363
@ -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>' .
|
||||
|
Loading…
x
Reference in New Issue
Block a user