From 35b9844be1b05e1d75646f53dc080d106ab5770e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 15 May 2012 22:00:43 +0400 Subject: fix broken feed icon upload (closes #459) --- js/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/functions.js') diff --git a/js/functions.js b/js/functions.js index 4a4602f9e..6d2a58294 100644 --- a/js/functions.js +++ b/js/functions.js @@ -795,7 +795,7 @@ function removeFeedIcon(id) { return false; } catch (e) { - exception_error("uploadFeedIcon", e); + exception_error("removeFeedIcon", e); } } -- cgit v1.2.3