summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/common.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/includes/common.inc b/includes/common.inc
index 3f92644b1..4dbcd9cda 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -928,13 +928,13 @@ $conf = variable_init(isset($conf) ? $conf : array());
// initialize installed modules:
module_init();
+// set error handler:
+set_error_handler("error_handler");
+
// initialize localization system:
$locale = locale_init();
// initialize theme:
$theme = theme_init();
-// set error handler:
-set_error_handler("error_handler");
-
-?>
+?> \ No newline at end of file