summaryrefslogtreecommitdiffstats
path: root/appinfo/app.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-03-20 23:33:51 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-03-20 23:33:51 +0100
commitd72f8d55d8eeb6e16301da3d2906d8e3df22de3e (patch)
treea2ed04b6a81f389e2606b9c3b6da2ec8dc1a853a /appinfo/app.php
parenta1fb325f85af12e2eea90edb70fedcaf8d9d62ca (diff)
welcome in the age of newness
Diffstat (limited to 'appinfo/app.php')
-rw-r--r--appinfo/app.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index be667547a..96f56f1fc 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -12,7 +12,6 @@
namespace OCA\News;
-require_once \OC_App::getAppPath('news') . '/appinfo/bootstrap.php';
\OCP\App::addNavigationEntry( array(
@@ -22,10 +21,10 @@ require_once \OC_App::getAppPath('news') . '/appinfo/bootstrap.php';
'icon' => \OC_Helper::imagePath( 'news', 'news.svg' ),
'name' => \OC_L10N::get('news')->t('News')
));
-
+/*
\OC_Search::registerProvider('OC_Search_Provider_News');
\OCP\Backgroundjob::addRegularTask( 'OCA\News\Backgroundjob', 'run' );
\OCP\Share::registerBackend('news_item', 'OCA\News\Share_Backend_News_Item');
-
+*/