backport from pull request #3863

This commit is contained in:
Björn Schießle 2013-07-01 11:12:18 +02:00
parent 7b0e3e6303
commit cb5811bcf5
1 changed files with 1 additions and 1 deletions

View 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;
}