summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/statistics/statistics.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/statistics/statistics.module b/modules/statistics/statistics.module
index 729eaa769..cd87f8d62 100644
--- a/modules/statistics/statistics.module
+++ b/modules/statistics/statistics.module
@@ -55,11 +55,11 @@ function statistics_help($section) {
}
/**
- * Implementation of hook_exit().
+ * Implementation of hook_init().
*
* This is where statistics are gathered on page accesses.
*/
-function statistics_exit() {
+function statistics_init() {
global $user, $recent_activity;
drupal_bootstrap(DRUPAL_BOOTSTRAP_PATH);