Skip to content

Commit

Permalink
v6
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Thordal committed Oct 21, 2024
1 parent 11292b6 commit 93da1bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/moodle/mod/homework/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
*
*/
defined('MOODLE_INTERNAL') || die();
global $ADMIN, $settings;

global $ADMIN;
// Add settings page.
if ($ADMIN->fulltree) {
$settings->add(new admin_settingpage('mod_homework', get_string('pluginname', 'mod_homework')));
Expand Down

0 comments on commit 93da1bd

Please sign in to comment.