1
0
Fork 0

Rename Contacts:content function

This commit is contained in:
Jonny Tischbein 2018-10-11 23:45:01 +02:00
commit 93ab82b7f0
2 changed files with 2 additions and 2 deletions

View file

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