changeset 353:622acf99ccec

*** empty log message ***
author abukhman
date Mon, 18 Oct 2010 13:51:42 +0200
parents 290ef2a7900b
children ca01770b51a1
files documentViewer.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/documentViewer.py	Mon Oct 18 13:49:21 2010 +0200
+++ b/documentViewer.py	Mon Oct 18 13:51:42 2010 +0200
@@ -753,7 +753,7 @@
         pageinfo = {}
         current = getInt(current)
     
-        pageinfo ['originalPage'] = self.REQUEST.get('originalPage','')
+        pageinfo ['originalPage'] = self.getOrigPages(docinfo=docinfo,pageinfo=pageinfo)
         pageinfo['current'] = current
         rows = int(rows or self.thumbrows)
         pageinfo['rows'] = rows