aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Thing.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-05-20 22:13:20 -0700
committerredmatrix <git@macgirvin.com>2016-05-20 22:13:20 -0700
commit019250eff879d86577157ad6136a3613b61cacb8 (patch)
treec22d2eda2cee6b836a331104db588d9396626891 /Zotlabs/Module/Thing.php
parentac095c89f1ef8cf2207c3db94b10c6e4a3d8f5a7 (diff)
downloadvolse-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/Thing.php')
-rw-r--r--Zotlabs/Module/Thing.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Thing.php b/Zotlabs/Module/Thing.php
index e95ec53f6..6fc5219d8 100644
--- a/Zotlabs/Module/Thing.php
+++ b/Zotlabs/Module/Thing.php
@@ -7,7 +7,7 @@ namespace Zotlabs\Module;
require_once('include/items.php');
require_once('include/security.php');
-require_once('include/contact_selectors.php');
+require_once('include/selectors.php');
require_once('include/acl_selectors.php');