MDL-16029 extralocations deprecated

This commit is contained in:
skodak
2008-10-25 17:52:38 +00:00
parent 6a68d8c0e1
commit 7da83e81af
+1 -1
View File
@@ -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);
}
}
}