finish refactoring to Module\Contact
This commit is contained in:
parent
cdbddd0103
commit
738cb4ace6
3 changed files with 1142 additions and 6 deletions
|
@ -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 = '';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue