aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Notes.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-05-27 09:45:39 +0000
committerMario <mario@mariovavti.com>2021-05-27 09:45:39 +0000
commit7776283a479e24955f45eb9993d93d4dde87956a (patch)
tree6e7638301d13f74038a5c769f5a06867f37832c3 /Zotlabs/Module/Notes.php
parentc9d4802bf14cd135a75f89e4aa06976dfd628af5 (diff)
downloadvolse-hubzilla-7776283a479e24955f45eb9993d93d4dde87956a.tar.gz
volse-hubzilla-7776283a479e24955f45eb9993d93d4dde87956a.tar.bz2
volse-hubzilla-7776283a479e24955f45eb9993d93d4dde87956a.zip
remove zot includes
Diffstat (limited to 'Zotlabs/Module/Notes.php')
-rw-r--r--Zotlabs/Module/Notes.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/Zotlabs/Module/Notes.php b/Zotlabs/Module/Notes.php
index b448cff83..452e3df60 100644
--- a/Zotlabs/Module/Notes.php
+++ b/Zotlabs/Module/Notes.php
@@ -38,7 +38,6 @@ class Notes extends Controller {
// push updates to channel clones
if((argc() > 1) && (argv(1) === 'sync')) {
- require_once('include/zot.php');
Libsync::build_sync_packet();
}