mirror of
https://github.com/friendica/friendica
synced 2025-04-24 08:30:11 +00:00
Simplyfying code
This commit is contained in:
parent
0bbe954316
commit
fbac31edc5
2 changed files with 2 additions and 2 deletions
|
@ -445,7 +445,7 @@ class Contact extends BaseModule
|
|||
|
||||
$_SESSION['return_path'] = DI::args()->getQueryString();
|
||||
|
||||
if (!empty($contact) && is_array($contact)) {
|
||||
if (!empty($contact)) {
|
||||
DI::page()['htmlhead'] .= Renderer::replaceMacros(Renderer::getMarkupTemplate('contact_head.tpl'), [
|
||||
'$baseurl' => DI::baseUrl()->get(true),
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue