mirror of
https://github.com/nextcloud/server.git
synced 2026-03-23 02:43:21 -04:00
backport from pull request #3863
This commit is contained in:
parent
7b0e3e6303
commit
cb5811bcf5
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue