Skip to content
Snippets Groups Projects
Commit cb5811bc authored by Björn Schießle's avatar Björn Schießle
Browse files

backport from pull request #3863

parent 7b0e3e63
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment