mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
backport from pull request #3863
This commit is contained in:
@@ -19,7 +19,7 @@ class OC_Defaults {
|
||||
private static $defaultSlogan = "web services under your control";
|
||||
private static $defaultLogoClaim = "";
|
||||
|
||||
private function themeExist($method) {
|
||||
private static function themeExist($method) {
|
||||
if (OC_Util::getTheme() !== '' && method_exists('OC_Theme', $method)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user