aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-01-10 00:32:34 +0000
committerMario <mario@mariovavti.com>2021-01-10 00:32:34 +0000
commit0446349b8921f2c5d10addb564d783e263878286 (patch)
tree5abd323007a919c3ae710415701aab9ea1f5cf8a
parent17a153fb6d0ef95c9d41d7eb0f73725202515791 (diff)
downloadvolse-hubzilla-0446349b8921f2c5d10addb564d783e263878286.tar.gz
volse-hubzilla-0446349b8921f2c5d10addb564d783e263878286.tar.bz2
volse-hubzilla-0446349b8921f2c5d10addb564d783e263878286.zip
missing use statement
-rw-r--r--Zotlabs/Daemon/Onedirsync.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Daemon/Onedirsync.php b/Zotlabs/Daemon/Onedirsync.php
index b3ba04d3b..a952b8117 100644
--- a/Zotlabs/Daemon/Onedirsync.php
+++ b/Zotlabs/Daemon/Onedirsync.php
@@ -3,6 +3,7 @@
namespace Zotlabs\Daemon;
use Zotlabs\Lib\Libzot;
+use Zotlabs\Lib\Libzotdir;
require_once('include/zot.php');
require_once('include/dir_fns.php');