diff options
author | zotlabs <mike@macgirvin.com> | 2019-03-13 16:27:52 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2019-03-13 16:27:52 -0700 |
commit | a5a5ac60ba626b0d863627e5f0144afbbaeb8e66 (patch) | |
tree | 53b620568ef7a967a8952347cd0bd9b0585bccb1 /Zotlabs/Daemon/Poller.php | |
parent | 30f71ad63292c52d037946ad92c9a8a0940ff0c1 (diff) | |
download | volse-hubzilla-a5a5ac60ba626b0d863627e5f0144afbbaeb8e66.tar.gz volse-hubzilla-a5a5ac60ba626b0d863627e5f0144afbbaeb8e66.tar.bz2 volse-hubzilla-a5a5ac60ba626b0d863627e5f0144afbbaeb8e66.zip |
find unregistered z6 clones on hubzilla sites (does not happen automatically since z6 is not the default protocol on hubzilla). This will need to be pushed to master for the next point release.
Diffstat (limited to 'Zotlabs/Daemon/Poller.php')
-rw-r--r-- | Zotlabs/Daemon/Poller.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Daemon/Poller.php b/Zotlabs/Daemon/Poller.php index a8cf34ce2..84bf7e923 100644 --- a/Zotlabs/Daemon/Poller.php +++ b/Zotlabs/Daemon/Poller.php @@ -199,6 +199,7 @@ class Poller { set_config('system','lastpoll',datetime_convert()); //All done - clear the lockfile + @unlink($lockfile); return; |