Просмотр исходного кода

Properly theme folder icons that are accessed though imagePath (#15875)

Properly theme folder icons that are accessed though imagePath
tags/v17.0.0beta1
John Molakvoæ 5 лет назад
Родитель
Сommit
2cb0b9e56e
Аккаунт пользователя с таким Email не найден
1 измененных файлов: 3 добавлений и 0 удалений
  1. 3
    0
      apps/theming/lib/ThemingDefaults.php

+ 3
- 0
apps/theming/lib/ThemingDefaults.php Просмотреть файл

@@ -349,6 +349,9 @@ class ThemingDefaults extends \OC_Defaults {
} catch (AppPathNotFoundException $e) {}
return $this->urlGenerator->linkToRoute('theming.Theming.getManifest') . '?v=' . $cacheBusterValue;
}
if (strpos($image, 'filetypes/') === 0) {
return $this->urlGenerator->linkToRoute('theming.Icon.getThemedIcon', ['app' => $app, 'image' => $image]);
}
return false;
}


Загрузка…
Отмена
Сохранить