From 7da83e81af8aa47502bb325fe6518bb37d1c930d Mon Sep 17 00:00:00 2001 From: skodak Date: Sat, 25 Oct 2008 17:52:38 +0000 Subject: [PATCH] MDL-16029 extralocations deprecated --- lib/adminlib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } } -- 2.39.5