diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-09-28 23:15:19 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-09-28 23:20:17 +0200 |
commit | d0bd2bbf2728cdf472044d76aea97f0d4809774a (patch) | |
tree | 508179301cdf66fb9cb3b101047cd8d5888a1e65 /settings/apps.php | |
parent | dbdf3bde7ccf721cfc1efa4d13262bd6f444de73 (diff) | |
download | nextcloud-server-d0bd2bbf2728cdf472044d76aea97f0d4809774a.tar.gz nextcloud-server-d0bd2bbf2728cdf472044d76aea97f0d4809774a.zip |
Convert menu entries of settings pages to use router
Diffstat (limited to 'settings/apps.php')
-rw-r--r-- | settings/apps.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/apps.php b/settings/apps.php index a1c1bf6aa53..8134b44143a 100644 --- a/settings/apps.php +++ b/settings/apps.php @@ -21,8 +21,8 @@ * */ -require_once '../lib/base.php'; OC_Util::checkAdminUser(); +OC_App::loadApps(); // Load the files we need OC_Util::addStyle( "settings", "settings" ); |