From c023ea03af7fbe5860e703a1a50d31ed30e53aa5 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 19 Jun 2007 02:18:59 +0000 Subject: [PATCH] Add some processing for message/output plugins MDL-10167 --- admin/index.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin/index.php b/admin/index.php index 9eda697019..af41e66755 100644 --- a/admin/index.php +++ b/admin/index.php @@ -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(); -- 2.39.5