aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-12-08 14:18:02 -0800
committerfriendica <info@friendica.com>2012-12-08 14:18:02 -0800
commitc70777e19c6b48fe128e7ee9cbcaefb1de84c793 (patch)
tree3f3a7b4cdd841b1ed37561c34c67de3f9e4e4a48 /include/items.php
parentddedbda9660c35c908c0612c54536664849255cd (diff)
downloadvolse-hubzilla-c70777e19c6b48fe128e7ee9cbcaefb1de84c793.tar.gz
volse-hubzilla-c70777e19c6b48fe128e7ee9cbcaefb1de84c793.tar.bz2
volse-hubzilla-c70777e19c6b48fe128e7ee9cbcaefb1de84c793.zip
a bit of e_all cleanup
Diffstat (limited to 'include/items.php')
-rwxr-xr-xinclude/items.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/items.php b/include/items.php
index 7e38469e8..fe29d1635 100755
--- a/include/items.php
+++ b/include/items.php
@@ -9,6 +9,8 @@ require_once('include/Photo.php');
function collect_recipients($item,&$private) {
+ require_once('include/group.php');
+
if($item['allow_cid'] || $item['allow_gid'] || $item['deny_cid'] || $item['deny_gid']) {
$allow_people = expand_acl($item['allow_cid']);
$allow_groups = expand_groups(expand_acl($item['allow_gid']));