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
1 changed files with 1 additions and 1 deletions

View File

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