diff options
Diffstat (limited to 'include/poller.php')
-rw-r--r-- | include/poller.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/poller.php b/include/poller.php index 8e52d6e05..952431926 100644 --- a/include/poller.php +++ b/include/poller.php @@ -128,8 +128,8 @@ function poller_run($argv, $argc){ if(($d2 != $d1) && ($h1 == $h2)) { - require_once('include/dir_fns.php'); - check_upstream_directory(); + require_once('include/dir_fns.php'); + check_upstream_directory(); call_hooks('cron_daily',datetime_convert()); @@ -315,6 +315,7 @@ function poller_run($argv, $argc){ $update = true; } else { + // if we've never connected with them, start the mark for death countdown from now if($c == NULL_DATE) { @@ -361,7 +362,6 @@ function poller_run($argv, $argc){ $update = true; } - } if((! $update) && (! $force)) |