From: skodak Date: Sat, 25 Oct 2008 17:52:38 +0000 (+0000) Subject: MDL-16029 extralocations deprecated X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7da83e81af8aa47502bb325fe6518bb37d1c930d;p=moodle.git MDL-16029 extralocations deprecated --- diff --git a/lib/adminlib.php b/lib/adminlib.php index 2bcac91701..a45182e919 100644 --- a/lib/adminlib.php +++ b/lib/adminlib.php @@ -4490,7 +4490,7 @@ class admin_setting_grade_profilereport extends admin_setting_configselect { require_once($CFG->dirroot.'/grade/report/'.$plugin.'/lib.php'); $functionname = 'grade_report_'.$plugin.'_profilereport'; if (function_exists($functionname)) { - $this->choices[$plugin] = get_string('modulename', 'gradereport_'.$plugin, NULL, $CFG->dirroot.'/grade/report/'.$plugin.'/lang/'); + $this->choices[$plugin] = get_string('modulename', 'gradereport_'.$plugin); } } }