summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-02-02 11:01:53 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-02-02 11:01:53 +0100
commit463f5258bc484a07b88328da28aea2f5c20a3496 (patch)
tree29df67f821ec8f1e66d16e31e92fbd6ec2af720e /appinfo
parentb5f81bbdab697b0ca7bf344c13d2a790d0670fa4 (diff)
parentf8311696720f805567bdf1e66c5cf7a8df359900 (diff)
Merge branch 'master' into navigation
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/bootstrap.php4
-rw-r--r--appinfo/info.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/appinfo/bootstrap.php b/appinfo/bootstrap.php
index 03a9a79fc..72423c399 100644
--- a/appinfo/bootstrap.php
+++ b/appinfo/bootstrap.php
@@ -43,8 +43,8 @@ namespace OCA\News;
\OC::$CLASSPATH['OCA\News\FeedType'] = 'apps/news/db/feedtype.php';
\OC::$CLASSPATH['OCA\News\StatusFlag'] = 'apps/news/db/statusflag.php';
-\OC::$CLASSPATH['OCA\News\NewsController'] = 'apps/news/controllers/news.controller.php';
-\OC::$CLASSPATH['OCA\News\NewsAjaxController'] = 'apps/news/controllers/news.ajax.controller.php';
+\OC::$CLASSPATH['OCA\News\NewsController'] = 'apps/news/controller/news.controller.php';
+\OC::$CLASSPATH['OCA\News\NewsAjaxController'] = 'apps/news/controller/news.ajax.controller.php';
/**
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 676469884..0fe315686 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -6,6 +6,6 @@
<licence>AGPL</licence>
<shipped>true</shipped>
<author>Alessandro Cosentino, Bernhard Posselt. Powered by SimplePie (Ryan Parman, Geoffrey Sneddon, Ryan McCue and contributors).</author>
- <require>4.9</require>
+ <require>4.91</require>
<default_enable/>
</info>