mirror of
https://github.com/friendica/friendica
synced 2025-09-04 20:09:55 +02:00
wrong variable passed
This commit is contained in:
parent
21c48a1476
commit
ff15ea0993
3 changed files with 13 additions and 15 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue