Remove deprecated App::removeBaseURL - process methods to DI::baseUrl()->remove()

This commit is contained in:
nupplaPhil 2019-12-16 00:36:31 +01:00
parent 5609e94b05
commit e93fba5136
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
10 changed files with 17 additions and 28 deletions

View file

@ -3655,7 +3655,7 @@ class Item
];
if (!empty($item['plink'])) {
$ret["href"] = $a->removeBaseURL($item['plink']);
$ret["href"] = DI::baseUrl()->remove($item['plink']);
$ret["title"] = L10n::t('link to source');
}