Skip to content

Commit

Permalink
MDL-31179: added missing global
Browse files Browse the repository at this point in the history
  • Loading branch information
marinaglancy committed Jan 20, 2012
1 parent 269c884 commit 288503b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grade/grading/lib.php
Expand Up @@ -461,7 +461,7 @@ public function extend_settings_navigation(settings_navigation $settingsnav, nav
* @return grading_controller
*/
public function get_controller($method) {
global $CFG;
global $CFG, $DB;

$this->ensure_isset(array('context', 'component', 'area'));

Expand Down

0 comments on commit 288503b

Please sign in to comment.