diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2011-10-10 07:41:23 -0700 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2011-10-10 07:41:23 -0700 |
commit | 2ea2e7f4b4a1f890cfcba95e92bf81a273042196 (patch) | |
tree | aa5b591796073a319ddd1d61e142fc95a87f6533 /mod/photos.php | |
parent | ed07a4def34a44be323a9b0d61e2d9eb0701ec4a (diff) | |
parent | 070e081ae9be8d43b92425cc9a9131d5977f8e00 (diff) | |
download | volse-hubzilla-2ea2e7f4b4a1f890cfcba95e92bf81a273042196.tar.gz volse-hubzilla-2ea2e7f4b4a1f890cfcba95e92bf81a273042196.tar.bz2 volse-hubzilla-2ea2e7f4b4a1f890cfcba95e92bf81a273042196.zip |
Merge pull request #27 from fabrixxm/master
Fix url in profile tabs
Diffstat (limited to 'mod/photos.php')
-rw-r--r-- | mod/photos.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/photos.php b/mod/photos.php index 623b15a93..284169221 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -832,7 +832,7 @@ function photos_content(&$a) { // tabs $_is_owner = (local_user() && (local_user() == $owner_uid)); - $o .= profile_tabs($a,$_is_owner); + $o .= profile_tabs($a,$_is_owner, $a->data['user']['nickname']); // // dispatch request |