From 14488335e1b0fc44c1c2e403b65ff1818c3055a9 Mon Sep 17 00:00:00 2001 From: skodak Date: Thu, 17 May 2007 14:04:22 +0000 Subject: [PATCH] MDL-9840 - added missing installation of core event handlers during initial install --- admin/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin/index.php b/admin/index.php index b746efcaf3..3bbd7a1188 100644 --- a/admin/index.php +++ b/admin/index.php @@ -197,6 +197,8 @@ moodle_install_roles(); set_config('statsrolesupgraded',time()); + // install core event handlers + events_update_definition(); // Write default settings unconditionally (i.e. even if a setting is already set, overwrite it) // (this should only have any effect during initial install). -- 2.39.5