mirror of
https://github.com/friendica/friendica
synced 2025-05-04 19:44:11 +02:00
Make the tests happy
This commit is contained in:
parent
2c32429d8d
commit
0971bcf165
5 changed files with 6 additions and 6 deletions
|
@ -2948,7 +2948,7 @@ class Item
|
|||
if (!empty($urlparts)) {
|
||||
unset($urlparts['query']);
|
||||
unset($urlparts['fragment']);
|
||||
$url = Uri::fromParts($urlparts);
|
||||
$url = (string)Uri::fromParts($urlparts);
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue