diff options
author | redmatrix <git@macgirvin.com> | 2016-05-20 22:13:20 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-05-20 22:13:20 -0700 |
commit | 019250eff879d86577157ad6136a3613b61cacb8 (patch) | |
tree | c22d2eda2cee6b836a331104db588d9396626891 /Zotlabs/Module/Connedit.php | |
parent | ac095c89f1ef8cf2207c3db94b10c6e4a3d8f5a7 (diff) | |
download | volse-hubzilla-019250eff879d86577157ad6136a3613b61cacb8.tar.gz volse-hubzilla-019250eff879d86577157ad6136a3613b61cacb8.tar.bz2 volse-hubzilla-019250eff879d86577157ad6136a3613b61cacb8.zip |
consolidate include/*_selectors.php (not touching acl_selectors for the moment, as it will likely end up with a different disposition)
Diffstat (limited to 'Zotlabs/Module/Connedit.php')
-rw-r--r-- | Zotlabs/Module/Connedit.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Zotlabs/Module/Connedit.php b/Zotlabs/Module/Connedit.php index 0820c76bf..8bf4ac9b4 100644 --- a/Zotlabs/Module/Connedit.php +++ b/Zotlabs/Module/Connedit.php @@ -9,7 +9,7 @@ namespace Zotlabs\Module; require_once('include/Contact.php'); require_once('include/socgraph.php'); -require_once('include/contact_selectors.php'); +require_once('include/selectors.php'); require_once('include/group.php'); require_once('include/contact_widgets.php'); require_once('include/zot.php'); @@ -583,8 +583,6 @@ class Connedit extends \Zotlabs\Web\Controller { if(intval($contact['abook_self'])) $self = true; - require_once('include/contact_selectors.php'); - $tpl = get_markup_template("abook_edit.tpl"); if(feature_enabled(local_channel(),'affinity')) { |