aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon/Poller.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2019-03-14 09:38:46 +0100
committerMario <mario@mariovavti.com>2019-03-14 09:38:46 +0100
commit8769fa0156c470b533bdf23a0df5beb20bc1a4bd (patch)
tree38fe90a86f1aeb2f524157dbd0d1da354eea44c6 /Zotlabs/Daemon/Poller.php
parent6ed7f47b3f2eff415d8abc4766b9c7d08227219d (diff)
parentf4d733868739da9e8ad32e1544f6deabc26871cd (diff)
downloadvolse-hubzilla-8769fa0156c470b533bdf23a0df5beb20bc1a4bd.tar.gz
volse-hubzilla-8769fa0156c470b533bdf23a0df5beb20bc1a4bd.tar.bz2
volse-hubzilla-8769fa0156c470b533bdf23a0df5beb20bc1a4bd.zip
Merge branch 'dev' into 'dev'
two compatibility issues zot/zot6 See merge request hubzilla/core!1553
Diffstat (limited to 'Zotlabs/Daemon/Poller.php')
-rw-r--r--Zotlabs/Daemon/Poller.php1
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;