diff options
author | Alexander Kampmann <programmer@nurfuerspam.de> | 2012-03-07 12:06:20 +0100 |
---|---|---|
committer | Alexander Kampmann <programmer@nurfuerspam.de> | 2012-03-07 12:06:20 +0100 |
commit | 4690d00141352db8ca96359cbbf65ce6eb4345c4 (patch) | |
tree | 40347f010a4b15a0eb73f09de3c928258bc9d856 /mod/profile.php | |
parent | b2df1205ef805ab471a73f906d2eda5603a1aa66 (diff) | |
parent | dd2ff7c796302648992835940600c18fd200c388 (diff) | |
download | volse-hubzilla-4690d00141352db8ca96359cbbf65ce6eb4345c4.tar.gz volse-hubzilla-4690d00141352db8ca96359cbbf65ce6eb4345c4.tar.bz2 volse-hubzilla-4690d00141352db8ca96359cbbf65ce6eb4345c4.zip |
Merge branch 'master' of git://github.com/friendica/friendica
Diffstat (limited to 'mod/profile.php')
-rwxr-xr-x | mod/profile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profile.php b/mod/profile.php index 74e1a2302..1a701f407 100755 --- a/mod/profile.php +++ b/mod/profile.php @@ -159,7 +159,7 @@ function profile_content(&$a, $update = 0) { * Get permissions SQL - if $remote_contact is true, our remote user has been pre-verified and we already have fetched his/her groups */ - $sql_extra = permissions_sql($a->profile['profile_uid'],$remote_contact,$groups); + $sql_extra = item_permissions_sql($a->profile['profile_uid'],$remote_contact,$groups); if($update) { |