mirror of
https://github.com/friendica/friendica
synced 2025-04-30 01:04:28 +02:00
Ensure that the baseurl return value is a string
This commit is contained in:
parent
4c40bc164d
commit
e13a31c4fe
12 changed files with 15 additions and 21 deletions
|
@ -106,7 +106,7 @@ class Smilies
|
|||
|
||||
];
|
||||
|
||||
$baseUrl = DI::baseUrl();
|
||||
$baseUrl = (string)DI::baseUrl();
|
||||
|
||||
$icons = [
|
||||
'<img class="smiley" src="' . $baseUrl . '/images/smiley-heart.gif" alt="<3" title="<3" />',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue