diff options
author | Mario <mario@mariovavti.com> | 2020-05-02 11:48:11 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-05-02 11:48:11 +0000 |
commit | 03c1419ad0f5ed62b00ee49b81927223daed4c50 (patch) | |
tree | b251055491537dcc5d153f3830744a79fa075896 /Zotlabs/Daemon | |
parent | 18938280f5f4a11f80e1f366638868eedbfee1a7 (diff) | |
download | volse-hubzilla-03c1419ad0f5ed62b00ee49b81927223daed4c50.tar.gz volse-hubzilla-03c1419ad0f5ed62b00ee49b81927223daed4c50.tar.bz2 volse-hubzilla-03c1419ad0f5ed62b00ee49b81927223daed4c50.zip |
missing lib include
Diffstat (limited to 'Zotlabs/Daemon')
-rw-r--r-- | Zotlabs/Daemon/Onepoll.php | 2 |
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'); |