From: Jeffrey Tolar Date: Sat, 22 Jun 2013 04:31:59 +0000 (-0500) Subject: Fix incorrect function name in exception handling X-Git-Tag: 1.9~97^2~1 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=055a37e083c9b18bf027cafa724478acd01cae41;p=tt-rss.git Fix incorrect function name in exception handling --- diff --git a/js/viewfeed.js b/js/viewfeed.js index 6d094118..7182ec08 100644 --- a/js/viewfeed.js +++ b/js/viewfeed.js @@ -1679,7 +1679,7 @@ function dismissReadArticles() { } } catch (e) { - exception_error("dismissSelectedArticles", e); + exception_error("dismissReadArticles", e); } }