summaryrefslogtreecommitdiffstats
path: root/appinfo/app.php
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-07-30 15:38:58 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-07-30 15:38:58 -0400
commiteda7f50864cd4e92b8541065e6ec0fa1f7d990ec (patch)
treee272b45e29ffa8cff434234e96b7cfcd41fcc34a /appinfo/app.php
parent25051024bc3609ead82bddee50ddf129f6aa535f (diff)
fixes what broke in the last commit
Diffstat (limited to 'appinfo/app.php')
-rw-r--r--appinfo/app.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index ad529db9a..13b0643f3 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -21,16 +21,8 @@ OC::$CLASSPATH['OC_News_FolderMapper'] = 'apps/news/lib/foldermapper.php';
OC::$CLASSPATH['OC_News_Utils'] = 'apps/news/lib/utils.php';
-
$l = new OC_l10n('news');
-
-OCP\App::register( array(
- 'order' => 70,
- 'id' => 'news',
- 'name' => 'News'
-));
-
OCP\App::addNavigationEntry( array(
'id' => 'news',
'order' => 74,