Skip to content
Snippets Groups Projects
Commit 5a75ad50 authored by Christoph Wurst's avatar Christoph Wurst
Browse files

fix getSystemConfig error on oc7

fixes #1201
parent 92e7ac59
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
// TODO: remove DEBUG constant check once minimum oc
// core version >= 8.2, see https://github.com/owncloud/core/pull/18510
$debug = (defined('DEBUG') && DEBUG)
|| \OC::$server->getSystemConfig()->getValue('debug', false);
|| \OC::$server->getConfig()->getSystemValue('debug', false);
style('mail','mail');
style('mail','mobile');
......
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