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:
redmatrix
2016-05-20 22:13:20 -07:00
parent ac095c89f1
commit 019250eff8
8 changed files with 77 additions and 104 deletions

View File

@@ -1,6 +1,7 @@
<?php
namespace Zotlabs\Module;
require_once('include/contact_selectors.php');
require_once('include/selectors.php');
require_once('include/Contact.php');