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
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');
}