Fix call to Contact::content in mod/update_contact

This commit is contained in:
Hypolite Petovan 2019-01-07 13:25:14 -05:00
parent e95ad45de5
commit abe60f0f9a
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ function update_contact_content(App $a)
echo "<section>"; echo "<section>";
if ($_GET["force"] == 1) { if ($_GET["force"] == 1) {
$text = Contact::content($a, true); $text = Contact::content(true);
} else { } else {
$text = ''; $text = '';
} }