aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-05-02 11:48:11 +0000
committerMario <mario@mariovavti.com>2020-05-02 11:48:11 +0000
commit03c1419ad0f5ed62b00ee49b81927223daed4c50 (patch)
treeb251055491537dcc5d153f3830744a79fa075896 /Zotlabs
parent18938280f5f4a11f80e1f366638868eedbfee1a7 (diff)
downloadvolse-hubzilla-03c1419ad0f5ed62b00ee49b81927223daed4c50.tar.gz
volse-hubzilla-03c1419ad0f5ed62b00ee49b81927223daed4c50.tar.bz2
volse-hubzilla-03c1419ad0f5ed62b00ee49b81927223daed4c50.zip
missing lib include
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Daemon/Onepoll.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zotlabs/Daemon/Onepoll.php b/Zotlabs/Daemon/Onepoll.php
index fdcb907d1..93a5412b0 100644
--- a/Zotlabs/Daemon/Onepoll.php
+++ b/Zotlabs/Daemon/Onepoll.php
@@ -2,6 +2,8 @@
namespace Zotlabs\Daemon;
+use Zotlabs\Lib\Libzot;
+
require_once('include/zot.php');
require_once('include/socgraph.php');