From 438f2ce922470a1421362ae2718480713de21011 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 17 May 2008 17:25:41 +0100 Subject: fix create filter dialog when called from main UI, fix exception_error() parameter position errors --- feedlist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'feedlist.js') diff --git a/feedlist.js b/feedlist.js index a7017f9ca..56660aa33 100644 --- a/feedlist.js +++ b/feedlist.js @@ -29,7 +29,7 @@ function viewNextFeedPage() { undefined, _feed_cur_page+1); } catch (e) { - exception_error(e, "viewFeedGoPage"); + exception_error("viewFeedGoPage", e); } } -- cgit v1.2.3