From 09e6fedbf1cb63cf8f86bfb2c3138d962de4848f Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Mon, 19 Jul 2010 10:10:51 +0000 Subject: [PATCH] 'user' is now full core subsystem --- lib/moodlelib.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/moodlelib.php b/lib/moodlelib.php index 69fcd43b34f..c54dfbbe0b9 100644 --- a/lib/moodlelib.php +++ b/lib/moodlelib.php @@ -6869,6 +6869,7 @@ function get_core_subsystems() { 'table' => NULL, 'tag' => 'tag', 'timezones' => NULL, + 'user' => 'user', 'userkey' => NULL, 'webservice' => 'webservice', 'xmldb' => NULL,