1
0
Fork 0

finish refactoring to Module\Contact

This commit is contained in:
Jonny Tischbein 2018-10-13 11:35:51 +02:00
commit 738cb4ace6
3 changed files with 1142 additions and 6 deletions

View file

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