diff options
author | zotlabs <mike@macgirvin.com> | 2017-03-16 18:36:58 -0700 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-29 12:04:44 +0200 |
commit | 6c92a240cca673b4cdac25a2e64503a0d50c0124 (patch) | |
tree | a4308975f6dfbf06144ff59a4bf2af40b00b94f7 /Zotlabs/Module/Connections.php | |
parent | 0bad26e116499d9b656c28f64c81275df4bbecb6 (diff) | |
download | volse-hubzilla-6c92a240cca673b4cdac25a2e64503a0d50c0124.tar.gz volse-hubzilla-6c92a240cca673b4cdac25a2e64503a0d50c0124.tar.bz2 volse-hubzilla-6c92a240cca673b4cdac25a2e64503a0d50c0124.zip |
remove include/widgets.php
Diffstat (limited to 'Zotlabs/Module/Connections.php')
-rw-r--r-- | Zotlabs/Module/Connections.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Zotlabs/Module/Connections.php b/Zotlabs/Module/Connections.php index e8a92e8b7..b079ae860 100644 --- a/Zotlabs/Module/Connections.php +++ b/Zotlabs/Module/Connections.php @@ -5,10 +5,6 @@ namespace Zotlabs\Module; require_once('include/socgraph.php'); require_once('include/selectors.php'); require_once('include/group.php'); -require_once('include/contact_widgets.php'); -require_once('include/zot.php'); -require_once('include/widgets.php'); - class Connections extends \Zotlabs\Web\Controller { |