]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-16029 extralocations deprecated
authorskodak <skodak>
Sat, 25 Oct 2008 17:52:38 +0000 (17:52 +0000)
committerskodak <skodak>
Sat, 25 Oct 2008 17:52:38 +0000 (17:52 +0000)
lib/adminlib.php

index 2bcac9170104f14a3f226b5b68ccb0cf022b817a..a45182e9197db0027b167bf056ac14ec08236bad 100644 (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);
                 }
             }
         }