summaryrefslogtreecommitdiffstats
path: root/apps/theming/lib/Util.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/theming/lib/Util.php')
-rw-r--r--apps/theming/lib/Util.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/theming/lib/Util.php b/apps/theming/lib/Util.php
index b17382334d0..38b876f3610 100644
--- a/apps/theming/lib/Util.php
+++ b/apps/theming/lib/Util.php
@@ -161,7 +161,7 @@ class Util {
}
} catch (NotFoundException $e) {}
}
- return \OC::$SERVERROOT . '/core/img/logo.svg';
+ return \OC::$SERVERROOT . '/core/img/logo/logo.svg';
}
/**
@@ -223,7 +223,7 @@ class Util {
/**
* Check if a custom theme is set in the server configuration
- *
+ *
* @return bool
*/
public function isAlreadyThemed() {