summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index d9a29a0cb..bd72b1fd8 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -3085,9 +3085,9 @@ function system_retrieve_file($url, $destination = NULL, $overwrite = TRUE) {
}
/**
- * Implement hook_page_alter().
+ * Implement hook_page_build().
*/
-function system_page_alter(&$page) {
+function system_page_build(&$page) {
// Automatic cron runs.
// @see system_run_cron_image()
if (system_run_cron_image_access()) {