summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.js b/functions.js
index b4c085a09..e9a6d928c 100644
--- a/functions.js
+++ b/functions.js
@@ -943,7 +943,7 @@ function quickAddFeed() {
}
} catch (e) {
- exception_error("subscribeToFeed", e);
+ exception_error("subscribeToFeed", e, transport);
}
} });