mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:42:53 +00:00
Fix call to Contact::content in mod/update_contact
This commit is contained in:
parent
e95ad45de5
commit
abe60f0f9a
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ function update_contact_content(App $a)
|
|||
echo "<section>";
|
||||
|
||||
if ($_GET["force"] == 1) {
|
||||
$text = Contact::content($a, true);
|
||||
$text = Contact::content(true);
|
||||
} else {
|
||||
$text = '';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue