|
|
|
Line 35
$adminroot = admin_get_root();
admin_externalpage_setup('uploadpictures', $adminroot);
This statements are old style (for Moodle1.8).
Only uploadpicture.php has 2nd parameter, other ones had been corrected before.
|
|
Description
|
Line 35
$adminroot = admin_get_root();
admin_externalpage_setup('uploadpictures', $adminroot);
This statements are old style (for Moodle1.8).
Only uploadpicture.php has 2nd parameter, other ones had been corrected before. |
Show » |
|