]> source.dussan.org Git - nextcloud-server.git/commitdiff
PHP Strict standards: Non-static method OC_Defaults::themeExist() should not be...
authorThomas Mueller <thomas.mueller@tmit.eu>
Fri, 28 Jun 2013 14:23:26 +0000 (16:23 +0200)
committerThomas Mueller <thomas.mueller@tmit.eu>
Fri, 28 Jun 2013 14:23:26 +0000 (16:23 +0200)
lib/defaults.php

index 215b148f946cd99e1591e77cfaf0b8e0a67d543c..e674883fba56e0601e05afa29a25d679fb64fd78 100644 (file)
@@ -19,7 +19,7 @@ class OC_Defaults {
        private static $defaultSlogan = "web services under your control";
        private static $defaultLogoClaim = "ownCloud Community";
 
-       private function themeExist($method) {
+       private static function themeExist($method) {
                if (OC_Util::getTheme() !== '' && method_exists('OC_Theme', $method)) {
                        return true;
                }