summaryrefslogtreecommitdiff
path: root/includes/module.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/module.inc')
-rw-r--r--includes/module.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/module.inc b/includes/module.inc
index ba93cd45b..545c7d2cc 100644
--- a/includes/module.inc
+++ b/includes/module.inc
@@ -8,6 +8,7 @@ function module_init() {
require_once "modules/system.module";
require_once "modules/watchdog.module";
module_list();
+ module_invoke_all("init");
}
// apply function $function to every known module:
@@ -70,4 +71,4 @@ function module_hook($name, $hook) {
return function_exists($name ."_". $hook);
}
-?> \ No newline at end of file
+?>