Skip to content
Snippets Groups Projects
Unverified Commit b29b4522 authored by Tobias Reischmann's avatar Tobias Reischmann
Browse files

Fixed phpcs

parent 60f9a6a3
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,8 @@ ...@@ -16,6 +16,8 @@
namespace tool_cleanupcourses; namespace tool_cleanupcourses;
defined('MOODLE_INTERNAL') || die();
/** /**
* Subplugin class * Subplugin class
* *
......
...@@ -27,7 +27,7 @@ defined('MOODLE_INTERNAL') || die(); ...@@ -27,7 +27,7 @@ defined('MOODLE_INTERNAL') || die();
function xmldb_tool_cleanupcourses_upgrade($oldversion) { function xmldb_tool_cleanupcourses_upgrade($oldversion) {
global $DB; global $DB;
$dbman = $DB->get_manager(); // loads ddl manager and xmldb classes $dbman = $DB->get_manager();
return true; return true;
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment