diff options
author | zotlabs <mike@macgirvin.com> | 2017-03-16 18:36:58 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-03-16 18:36:58 -0700 |
commit | d9037589407162f51578856b084baaa5353a8a04 (patch) | |
tree | 04815a70930961997681fa1e8b0117d97514f404 /Zotlabs/Module/Connections.php | |
parent | cf11ba1147355f0583016db2cec4f7793e656dfc (diff) | |
download | volse-hubzilla-d9037589407162f51578856b084baaa5353a8a04.tar.gz volse-hubzilla-d9037589407162f51578856b084baaa5353a8a04.tar.bz2 volse-hubzilla-d9037589407162f51578856b084baaa5353a8a04.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 { |