summaryrefslogtreecommitdiffstats
path: root/modules-available/systemstatus/hooks/cron.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/systemstatus/hooks/cron.inc.php')
-rw-r--r--modules-available/systemstatus/hooks/cron.inc.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules-available/systemstatus/hooks/cron.inc.php b/modules-available/systemstatus/hooks/cron.inc.php
new file mode 100644
index 00000000..91e069d4
--- /dev/null
+++ b/modules-available/systemstatus/hooks/cron.inc.php
@@ -0,0 +1,6 @@
+<?php
+
+if ((int)gmdate('i') < 5) {
+ // Don't care about task, this will register a callback
+ SystemStatus::getUpgradableTask();
+} \ No newline at end of file