aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index 4f58c4139..2dc542d28 100755
--- a/boot.php
+++ b/boot.php
@@ -1420,6 +1420,9 @@ function check_config(&$a) {
}
load_hooks();
+
+ check_cron_broken();
+
}