summaryrefslogtreecommitdiffstats
path: root/appinfo/app.php
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-08-12 01:50:19 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-08-12 01:50:19 -0400
commit703e892b691fd98fccbbbeada3897ae0c018ac9d (patch)
tree85a02656b3e3ea592308dbb06bfb51161d615193 /appinfo/app.php
parentfcaa16f2eafe87e0353d1be7ce4bde0d33c43e81 (diff)
removes the Everything folder
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 1bb2c2151..d38b079ec 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -10,6 +10,7 @@
*
*/
+OC::$CLASSPATH['OCA\News\StatusFlag'] = 'apps/news/lib/item.php';
OC::$CLASSPATH['OCA\News\Item'] = 'apps/news/lib/item.php';
OC::$CLASSPATH['OCA\News\Collection'] = 'apps/news/lib/collection.php';
OC::$CLASSPATH['OCA\News\Feed'] = 'apps/news/lib/feed.php';