aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-04-11 15:45:19 -0700
committerFriendika <info@friendika.com>2011-04-11 15:45:19 -0700
commitff15ea099310bab5cdcaa724274f3ef22301fcb4 (patch)
tree0ba3053c821967e467943e1907010063c2f10565 /mod
parent21c48a147655378bef133aa9fd3f5aa162a21675 (diff)
downloadvolse-hubzilla-ff15ea099310bab5cdcaa724274f3ef22301fcb4.tar.gz
volse-hubzilla-ff15ea099310bab5cdcaa724274f3ef22301fcb4.tar.bz2
volse-hubzilla-ff15ea099310bab5cdcaa724274f3ef22301fcb4.zip
wrong variable passed
Diffstat (limited to 'mod')
-rw-r--r--mod/profile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profile.php b/mod/profile.php
index a12fd9af2..0a044069a 100644
--- a/mod/profile.php
+++ b/mod/profile.php
@@ -291,7 +291,7 @@ function profile_content(&$a, $update = 0) {
require_once('include/conversation.php');
- $o .= conversation($a,$r,'profile',$display);
+ $o .= conversation($a,$r,'profile',$update);
if(! $update) {