summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-08-15 12:27:32 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-08-15 12:27:32 -0400
commitc193d2447d1e4e6407088d52f623fc5e68ad6161 (patch)
tree9eade547fe378afbe42c912b1e2c5060a53120b1 /templates
parent04497e9e68516537244c359a06f29aa6b2afce08 (diff)
small fixes on model
Diffstat (limited to 'templates')
-rw-r--r--templates/part.feeds.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.feeds.php b/templates/part.feeds.php
index 044d954ab..683d535cd 100644
--- a/templates/part.feeds.php
+++ b/templates/part.feeds.php
@@ -21,7 +21,7 @@
}
$tmpl_feed = new OCP\Template("news", "part.listfeed");
$tmpl_feed->assign('feed', $collection);
- $tmpl_feed->assign('unreadItems',$counter);
+ $tmpl_feed->assign('unreadItemsCount',$counter);
$tmpl_feed->printpage();
}
else {