aboutsummaryrefslogtreecommitdiff
path: root/lib/favicons.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/favicons.php')
-rw-r--r--lib/favicons.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/favicons.php b/lib/favicons.php
index 3795dc43e..92394c09e 100644
--- a/lib/favicons.php
+++ b/lib/favicons.php
@@ -96,7 +96,7 @@ function searchFavicon(string &$url): string {
$href = ($urlParts['scheme'] ?? 'https') . ':' . $href;
}
- $href = SimplePie_IRI::absolutize($baseUrl, $href);
+ $href = \SimplePie\IRI::absolutize($baseUrl, $href);
if ($href == false) {
return '';
}