Use default favicon on sharing pages
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
12f921f043
commit
2538079876
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ class ThemingDefaults extends \OC_Defaults {
|
|||
* @return bool|string false if image should not replaced, otherwise the location of the image
|
||||
*/
|
||||
public function replaceImagePath($app, $image) {
|
||||
if($app==='') {
|
||||
if ($app === '' || $app === 'files_sharing') {
|
||||
$app = 'core';
|
||||
}
|
||||
$cacheBusterValue = $this->config->getAppValue('theming', 'cachebuster', '0');
|
||||
|
|
Loading…
Reference in a new issue