]> git.mjollnir.org Git - moodle.git/commitdiff
could not point to settings.php, renaming
authortoyomoyo <toyomoyo>
Tue, 24 Jul 2007 07:41:33 +0000 (07:41 +0000)
committertoyomoyo <toyomoyo>
Tue, 24 Jul 2007 07:41:33 +0000 (07:41 +0000)
admin/settings/grades.php

index be3d7edb23e6118ac36515f57d10713a46993e97..40bed111efc8c21dbf3f6c3e45e092c31f39be5c 100644 (file)
@@ -23,7 +23,7 @@ foreach (get_list_of_plugins('grade/report') as $plugin) {
     }
 
     if ($plugin == 'outcomes') {
-        $settings = new admin_externalpage('gradereport'.$plugin, get_string('modulename', 'gradereport_'.$plugin), $CFG->wwwroot.'/grade/report/outcomes/settings.php');
+        $settings = new admin_externalpage('gradereport'.$plugin, get_string('modulename', 'gradereport_'.$plugin), $CFG->wwwroot.'/grade/report/outcomes/site.php');
         $ADMIN->add('gradereports', $settings);
     } else if (file_exists($CFG->dirroot.'/grade/report/'.$plugin.'/settings.php')) {