consolidate include/*_selectors.php (not touching acl_selectors for the moment, as it will likely end up with a different disposition)
This commit is contained in:
@@ -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')) {
|
||||
|
||||
Reference in New Issue
Block a user