diff options
author | friendica <info@friendica.com> | 2012-10-21 17:23:21 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-10-21 17:23:21 -0700 |
commit | 87c171030c8de2e36f284fa6b58f11a5535a9a29 (patch) | |
tree | 6fb23786422aa14c408e7db916b707017fe000b1 /include/items.php | |
parent | 2651b60349fc38023a2512cd5504744949a5240a (diff) | |
download | volse-hubzilla-87c171030c8de2e36f284fa6b58f11a5535a9a29.tar.gz volse-hubzilla-87c171030c8de2e36f284fa6b58f11a5535a9a29.tar.bz2 volse-hubzilla-87c171030c8de2e36f284fa6b58f11a5535a9a29.zip |
upstream fixes
Diffstat (limited to 'include/items.php')
-rwxr-xr-x | include/items.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/items.php b/include/items.php index 8319a358c..02bfed7cc 100755 --- a/include/items.php +++ b/include/items.php @@ -110,6 +110,7 @@ function get_feed_for(&$a, $dfrn_id, $owner_nick, $last_update, $direction = 0) killme(); $contact = $r[0]; + require_once('include/security.php'); $groups = init_groups_visitor($contact['id']); if(count($groups)) { |