Skip to content

Commit

Permalink
Solve DB problem on rcontent
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyserver committed Jul 21, 2015
1 parent 4c9f601 commit 1e328b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moodle/mod/rcontent/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ function rcontent_supports($feature) {
* @return void
*/
function rcontent_extend_settings_navigation($settings, $node) {
global $DB, $CFG, $PAGE;
global $CFG, $PAGE, $DB;

// We want to add these new nodes after the Edit settings node, and before the
// Locally assigned roles node. Of course, both of those are controlled by capabilities.
Expand Down

0 comments on commit 1e328b1

Please sign in to comment.