diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-07-01 11:12:18 +0200 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-07-01 11:12:18 +0200 |
commit | cb5811bcf53c884a47f29045c8c772424d9ab6f4 (patch) | |
tree | 1d8019b8df3dd3337b8d6e57b3d61c7bac5aa5e2 /lib/defaults.php | |
parent | 7b0e3e6303c50648950786c5310089b8a5911c21 (diff) | |
download | nextcloud-server-cb5811bcf53c884a47f29045c8c772424d9ab6f4.tar.gz nextcloud-server-cb5811bcf53c884a47f29045c8c772424d9ab6f4.zip |
backport from pull request #3863
Diffstat (limited to 'lib/defaults.php')
-rw-r--r-- | lib/defaults.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/defaults.php b/lib/defaults.php index fa2bc3a43aa..08bf6be43a3 100644 --- a/lib/defaults.php +++ b/lib/defaults.php @@ -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; } |