1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 21:35:56 +00:00

Fix incorrect function name in exception handling

This commit is contained in:
Jeffrey Tolar
2013-06-21 23:31:59 -05:00
parent abba5dd4d4
commit 055a37e083

View File

@@ -1679,7 +1679,7 @@ function dismissReadArticles() {
}
} catch (e) {
exception_error("dismissSelectedArticles", e);
exception_error("dismissReadArticles", e);
}
}