Skip to content

Commit

Permalink
MDL-14193 "Automatic processing of access.php for adding / upgrading …
Browse files Browse the repository at this point in the history
…report capabilities" again a small change to how we do this.
  • Loading branch information
jamiesensei committed Jun 24, 2008
1 parent c386eaa commit abcaa27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@
upgrade_plugins('report', $CFG->admin.'/report', "$CFG->wwwroot/$CFG->admin/index.php");

/// Check all quiz report plugins and upgrade if necessary
upgrade_plugins('mod/quiz/report', 'mod/quiz/report', "$CFG->wwwroot/$CFG->admin/index.php");
upgrade_plugins('quizreport', 'mod/quiz/report', "$CFG->wwwroot/$CFG->admin/index.php");


/// just make sure upgrade logging is properly terminated
Expand Down

0 comments on commit abcaa27

Please sign in to comment.