diff options
author | redmatrix <git@macgirvin.com> | 2016-06-30 21:27:59 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-06-30 21:27:59 -0700 |
commit | bd403276f2884ce8cd28102aa613a4de40aad6db (patch) | |
tree | 07b6115b0e39fc9579c6beb1904986b76fe893b6 /Zotlabs/Daemon/Cron_weekly.php | |
parent | 7f8dcf4f12ec334a6dc62633ccf912d92dd519f4 (diff) | |
download | volse-hubzilla-bd403276f2884ce8cd28102aa613a4de40aad6db.tar.gz volse-hubzilla-bd403276f2884ce8cd28102aa613a4de40aad6db.tar.bz2 volse-hubzilla-bd403276f2884ce8cd28102aa613a4de40aad6db.zip |
disable wiki if feature disabled, sync updates of delayed publish posts
Diffstat (limited to 'Zotlabs/Daemon/Cron_weekly.php')
-rw-r--r-- | Zotlabs/Daemon/Cron_weekly.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Zotlabs/Daemon/Cron_weekly.php b/Zotlabs/Daemon/Cron_weekly.php index 1d8420947..ba4b67ff5 100644 --- a/Zotlabs/Daemon/Cron_weekly.php +++ b/Zotlabs/Daemon/Cron_weekly.php @@ -15,7 +15,6 @@ class Cron_weekly { call_hooks('cron_weekly',datetime_convert()); - z_check_cert(); require_once('include/hubloc.php'); |