mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Add some processing for message/output plugins MDL-10167
This commit is contained in:
parent
df3cb76fc4
commit
c023ea03af
1 changed files with 4 additions and 0 deletions
|
@ -429,6 +429,10 @@
|
|||
upgrade_plugins('gradeimport', 'grade/import', "$CFG->wwwroot/$CFG->admin/index.php");
|
||||
upgrade_plugins('gradereport', 'grade/report', "$CFG->wwwroot/$CFG->admin/index.php");
|
||||
|
||||
/// Check all message output plugins and upgrade if necessary
|
||||
upgrade_plugins('message','message/output',"$CFG->wwwroot/$CFG->admin/index.php");
|
||||
|
||||
|
||||
/// just make sure upgrade logging is properly terminated
|
||||
upgrade_log_finish();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue