Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-07-15 09:46:31 +0300
committerJoas Schilling <coding@schilljs.com>2016-07-15 10:17:30 +0300
commit2c988ecbf498bebd8ac904e0c457521350cf469f (patch)
tree9a5be8451b1c763c5009b89f52993372cacaf735 /lib/public/Defaults.php
parente8d6621a2485196c66d0743df3072da3b9e9c36b (diff)
Use the themed Defaults everywhere
Diffstat (limited to 'lib/public/Defaults.php')
-rw-r--r--lib/public/Defaults.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Defaults.php b/lib/public/Defaults.php
index 791ed5827de..5194484fea2 100644
--- a/lib/public/Defaults.php
+++ b/lib/public/Defaults.php
@@ -51,7 +51,7 @@ class Defaults {
* @since 6.0.0
*/
function __construct() {
- $this->defaults = new \OC_Defaults();
+ $this->defaults = \OC::$server->getThemingDefaults();
}
/**