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

@@ -2,6 +2,7 @@
namespace Zotlabs\Module;
require_once('include/identity.php');
require_once('include/selectors.php');
class Profiles extends \Zotlabs\Web\Controller {
@@ -625,7 +626,7 @@ class Profiles extends \Zotlabs\Web\Controller {
return;
}
require_once('include/profile_selectors.php');
require_once('include/selectors.php');
$editselect = 'none';