index
:
volse-hubzilla.git
dev
drop-unused-html5-library
master
tests/test-db-setup-wip
Volse Hubzilla -- soft fork of main Hubzilla core for Volse
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
boot.php
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'boot.php')
-rwxr-xr-x
boot.php
3
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();
+
}