diff options
author | RedMatrix <info@friendica.com> | 2014-09-02 12:28:30 +1000 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2014-09-02 12:28:30 +1000 |
commit | 43738da24f6025fba2cdd9d2a7400f6f18cb1ca3 (patch) | |
tree | 62acad999528a9dfe6152d4924ba24ed5e804f85 /include/poller.php | |
parent | d507484cc52840e90fbe88568a56e61a183ef455 (diff) | |
parent | 6d7897a955319d7d83a558258936528d70501a89 (diff) | |
download | volse-hubzilla-43738da24f6025fba2cdd9d2a7400f6f18cb1ca3.tar.gz volse-hubzilla-43738da24f6025fba2cdd9d2a7400f6f18cb1ca3.tar.bz2 volse-hubzilla-43738da24f6025fba2cdd9d2a7400f6f18cb1ca3.zip |
Merge pull request #576 from beardy-unixer/master
Allow directories to stop being directories without killing anyone.
Diffstat (limited to 'include/poller.php')
-rw-r--r-- | include/poller.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/poller.php b/include/poller.php index 52ca98c97..2ba86dc0b 100644 --- a/include/poller.php +++ b/include/poller.php @@ -111,6 +111,9 @@ function poller_run($argv, $argc){ if(($d2 != $d1) && ($h1 == $h2)) { + require_once('include/dir_fns.php'); + check_upstream_directory(); + call_hooks('cron_daily',datetime_convert()); |