From 8952e9c53e46bdf0231312c4fe6d01c9b54dc579 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 17 Mar 2003 07:01:12 +0000 Subject: - Rollback: do not initialize the theme before initializing the user. --- includes/common.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'includes') diff --git a/includes/common.inc b/includes/common.inc index 57b79055d..55cc89530 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -946,13 +946,13 @@ $conf = variable_init(isset($conf) ? $conf : array()); // set error handler: set_error_handler("error_handler"); +// initialize installed modules: +module_init(); + // initialize localization system: $locale = locale_init(); // initialize theme: $theme = theme_init(); -// initialize installed modules: -module_init(); - ?> -- cgit v1.2.3