summaryrefslogtreecommitdiffstats
path: root/appinfo/app.php
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-06-26 19:20:22 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-06-26 19:20:22 -0400
commita0afcd5f7181df2f1d2d24dc941726b3dc074a7d (patch)
tree8acafc8fda96bf58cf930a4d7bb7035bcb7a09bd /appinfo/app.php
parentc2c91647495e343a503f23b56854ada7599b94b8 (diff)
adds dialog to add feed or folder / starts settings page
Diffstat (limited to 'appinfo/app.php')
-rw-r--r--appinfo/app.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index 703272574..eb1b54455 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -24,7 +24,7 @@ OC::$CLASSPATH['OC_News_Utils'] = 'apps/news/lib/utils.php';
$l = new OC_l10n('news');
-OCP\App::registerAdmin('news','settings');
+OCP\App::registerPersonal('news', 'settings');
OCP\App::register( array(
'order' => 70,