summaryrefslogtreecommitdiffstats
path: root/appinfo/app.php
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-05-15 14:49:53 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-05-15 14:49:53 -0400
commit4353c8ab583b7b10369290dec016883a35b2c185 (patch)
tree4d09d5011a2039c368e9e53e23babd095e67dec7 /appinfo/app.php
parent72770c15d3e5b18b620720a259b7c6ecd6274157 (diff)
decoupled model class Feed and mapper class FeedMapper
Diffstat (limited to 'appinfo/app.php')
-rw-r--r--appinfo/app.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index 303b601b1..213295ac0 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -23,6 +23,7 @@
OC::$CLASSPATH['OC_News_Item'] = 'apps/news/lib/item.php';
OC::$CLASSPATH['OC_News_Feed'] = 'apps/news/lib/feed.php';
+OC::$CLASSPATH['OC_News_FeedMapper'] = 'apps/news/lib/feedmapper.php';
$l = new OC_l10n('news');