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

fix broken feed icon upload (closes #459)

This commit is contained in:
Andrew Dolgov
2012-05-15 22:00:43 +04:00
parent 882311d9ad
commit 35b9844be1
2 changed files with 2 additions and 2 deletions

View File

@@ -795,7 +795,7 @@ function removeFeedIcon(id) {
return false;
} catch (e) {
exception_error("uploadFeedIcon", e);
exception_error("removeFeedIcon", e);
}
}