summaryrefslogtreecommitdiffstats
path: root/templates/test.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/test.php')
-rw-r--r--templates/test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/test.php b/templates/test.php
index d088fe02d..6796a8cdc 100644
--- a/templates/test.php
+++ b/templates/test.php
@@ -9,7 +9,7 @@ $title = $parser->getTitle();
$data = $parser->parse();
foreach ($data as $collection) {
- if ($collection instanceof OC_News_Feed) {
+ if ($collection instanceof OCA\News\Feed) {
echo $collection->getTitle() . '\n';
} else {
echo 'NO\n';