summaryrefslogtreecommitdiffstats
path: root/appinfo/app.php
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-05-17 22:59:49 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-05-17 22:59:49 -0400
commit4d612fa6f06d9d1c1e68806aef607a36a04f4f38 (patch)
tree1d528ad67f0a69e72512d9bb50cf627ccfa6fd33 /appinfo/app.php
parent482377467900901cee323c7b6375f57f22fd1458 (diff)
new classes for the data mapping
Diffstat (limited to 'appinfo/app.php')
-rw-r--r--appinfo/app.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index 213295ac0..279969872 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -24,6 +24,8 @@
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';
+OC::$CLASSPATH['OC_News_ItemMapper'] = 'apps/news/lib/itemmapper.php';
+
$l = new OC_l10n('news');