]> source.dussan.org Git - nextcloud-server.git/commitdiff
backport from pull request #3863
authorBjörn Schießle <schiessle@owncloud.com>
Mon, 1 Jul 2013 09:12:18 +0000 (11:12 +0200)
committerBjörn Schießle <schiessle@owncloud.com>
Mon, 1 Jul 2013 09:12:18 +0000 (11:12 +0200)
lib/defaults.php

index fa2bc3a43aaf5455e8e4e5820a4a6bb0414e1d96..08bf6be43a34d3a2365c7f94410c0078487fc0aa 100644 (file)
@@ -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;
                }