diff options
author | Mario <mario@mariovavti.com> | 2021-05-27 09:45:39 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-05-27 09:45:39 +0000 |
commit | 7776283a479e24955f45eb9993d93d4dde87956a (patch) | |
tree | 6e7638301d13f74038a5c769f5a06867f37832c3 /Zotlabs/Module/Profiles.php | |
parent | c9d4802bf14cd135a75f89e4aa06976dfd628af5 (diff) | |
download | volse-hubzilla-7776283a479e24955f45eb9993d93d4dde87956a.tar.gz volse-hubzilla-7776283a479e24955f45eb9993d93d4dde87956a.tar.bz2 volse-hubzilla-7776283a479e24955f45eb9993d93d4dde87956a.zip |
remove zot includes
Diffstat (limited to 'Zotlabs/Module/Profiles.php')
-rw-r--r-- | Zotlabs/Module/Profiles.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Zotlabs/Module/Profiles.php b/Zotlabs/Module/Profiles.php index 9aa342223..452af4d78 100644 --- a/Zotlabs/Module/Profiles.php +++ b/Zotlabs/Module/Profiles.php @@ -600,7 +600,6 @@ class Profiles extends \Zotlabs\Web\Controller { intval(local_channel()) ); if($r) { - require_once('include/zot.php'); Libsync::build_sync_packet(local_channel(),array('profile' => $r)); } |