summaryrefslogtreecommitdiffstats
path: root/settings/personal.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-09-28 23:15:19 +0200
committerBart Visscher <bartv@thisnet.nl>2012-09-28 23:20:17 +0200
commitd0bd2bbf2728cdf472044d76aea97f0d4809774a (patch)
tree508179301cdf66fb9cb3b101047cd8d5888a1e65 /settings/personal.php
parentdbdf3bde7ccf721cfc1efa4d13262bd6f444de73 (diff)
downloadnextcloud-server-d0bd2bbf2728cdf472044d76aea97f0d4809774a.tar.gz
nextcloud-server-d0bd2bbf2728cdf472044d76aea97f0d4809774a.zip
Convert menu entries of settings pages to use router
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 4f92985c797..ce9065247df 100644
--- a/settings/personal.php
+++ b/settings/personal.php
@@ -5,8 +5,8 @@
* See the COPYING-README file.
*/
-require_once '../lib/base.php';
OC_Util::checkLoggedIn();
+OC_App::loadApps();
// Highlight navigation entry
OC_Util::addScript( 'settings', 'personal' );