summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-07-30 15:39:24 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-07-30 15:39:24 -0400
commit27fb67f139a59337d39db5d5cb0d27732d0846bb (patch)
tree09c752d076bfef972fd99be8459c185eeb0192bc /templates
parenteda7f50864cd4e92b8541065e6ec0fa1f7d990ec (diff)
parent01f8c6cf08eba694d230c8abced80bea53218c6d (diff)
Merge branch 'newsapp' of git://gitorious.org/owncloud/apps into newsapp
Diffstat (limited to 'templates')
-rw-r--r--templates/part.items.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.items.php b/templates/part.items.php
index 24ca958e9..c1619085e 100644
--- a/templates/part.items.php
+++ b/templates/part.items.php
@@ -15,7 +15,7 @@ foreach($items as $item) {
echo ' class="title_read">';
}
else {
- echo ' class="title_unread" onClick="News.Feed.markItem(' . $item->getId() . ')">';
+ echo ' class="title_unread" onClick="News.Feed.markItem(' . $item->getId() . ',' . $feedid . ')">';
}
echo $title . '</div><div class="body">' . $item->getBody() . '</div>';
echo '</li>';