finish refactoring to Module\Contact
This commit is contained in:
@@ -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 = '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user