summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/functions.js2
1 files changed, 1 insertions, 1 deletions
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);
}
}