mention location correctly in exception_error() for viewNextFeedPage

This commit is contained in:
Andrew Dolgov 2008-05-18 07:04:14 +01:00
parent 442a9b8c0e
commit 8b36503185
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ function viewNextFeedPage() {
undefined, _feed_cur_page+1); undefined, _feed_cur_page+1);
} catch (e) { } catch (e) {
exception_error("viewFeedGoPage", e); exception_error("viewNextFeedPage", e);
} }
} }