Replace remaining instances of "contacts/"

This commit is contained in:
Hypolite Petovan 2018-10-18 07:48:34 -04:00
parent e2f005f68c
commit 6d5b2c484d
4 changed files with 6 additions and 6 deletions

View file

@ -48,9 +48,9 @@ function common_content(App $a)
if (DBA::isResult($contact)) {
$vcard_widget = replace_macros(get_markup_template("vcard-widget.tpl"), [
'$name' => htmlentities($contact['name']),
'$name' => htmlentities($contact['name']),
'$photo' => $contact['photo'],
'url' => 'contacts/' . $cid
'url' => 'contact/' . $cid
]);
if (!x($a->page, 'aside')) {