summaryrefslogtreecommitdiffstats
path: root/settings/personal.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-07-15 09:22:44 +0200
committerJoas Schilling <coding@schilljs.com>2016-07-15 09:22:44 +0200
commit06ac822b710acf473a7baad363aa08faacbda5ab (patch)
treedf14339874b67e05f1629de838e7c2d974378cb1 /settings/personal.php
parentb73e46f4715c84a553171e3f4e99d9d43299998e (diff)
downloadnextcloud-server-06ac822b710acf473a7baad363aa08faacbda5ab.tar.gz
nextcloud-server-06ac822b710acf473a7baad363aa08faacbda5ab.zip
Use the themed Defaults everywhere
Diffstat (limited to 'settings/personal.php')
-rw-r--r--settings/personal.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/personal.php b/settings/personal.php
index 244cd7eb581..cc7151943d4 100644
--- a/settings/personal.php
+++ b/settings/personal.php
@@ -36,7 +36,7 @@
OC_Util::checkLoggedIn();
-$defaults = new OC_Defaults(); // initialize themable default strings and urls
+$defaults = \OC::$server->getThemingDefaults();
$certificateManager = \OC::$server->getCertificateManager();
$config = \OC::$server->getConfig();
$urlGenerator = \OC::$server->getURLGenerator();