]> git.wh0rd.org - tt-rss.git/blobdiff - classes/dlg.php
fix some remaining old-style viewfeed() calls
[tt-rss.git] / classes / dlg.php
index 7b1abca3a49ce1857a7248e2a95ab19afd84a96c..60c5265bf1dce14072e137ceb717180bf601c4d5 100644 (file)
@@ -144,7 +144,7 @@ class Dlg extends Handler_Protected {
 
                        $key_escaped = str_replace("'", "\\'", $key);
 
-                       echo "<a href=\"javascript:viewfeed('$key_escaped') \" style=\"font-size: " .
+                       echo "<a href=\"javascript:viewfeed({feed:'$key_escaped'}) \" style=\"font-size: " .
                                $size . "px\" title=\"$value articles tagged with " .
                                $key . '">' . $key . '</a> ';
                }