summaryrefslogtreecommitdiffstats
path: root/appinfo/register_command.php
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo/register_command.php')
-rw-r--r--appinfo/register_command.php16
1 files changed, 16 insertions, 0 deletions
diff --git a/appinfo/register_command.php b/appinfo/register_command.php
new file mode 100644
index 000000000..4dc9228c8
--- /dev/null
+++ b/appinfo/register_command.php
@@ -0,0 +1,16 @@
+<?php
+/**
+ * ownCloud - News
+ *
+ * This file is licensed under the Affero General Public License version 3 or
+ * later. See the COPYING file.
+ *
+ * @author Bernhard Posselt <dev@bernhard-posselt.com>
+ * @copyright Bernhard Posselt 2015
+ */
+
+$newsApp = new OCA\News\AppInfo\Application();
+$newsContainer = $newsApp->getContainer();
+$newsCmd = $newsContainer->query('OCA\News\Command\GenerateSearchIndices');
+
+$application->add($newsCmd);