changeset 55:ba8917b93c84

fixed bug in fix for missing getauthinfo in getdocinfofromtexttool
author casties
date Thu, 03 May 2007 19:35:10 +0200
parents f87b6844503b
children 0bc0d56cae7d
files documentViewer.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/documentViewer.py	Thu May 03 19:28:23 2007 +0200
+++ b/documentViewer.py	Thu May 03 19:35:10 2007 +0200
@@ -409,7 +409,7 @@
            presentationUrl=url.replace('index.meta',getTextFromNode(presentationUrls[0]))
            docinfo = self.getBibinfoFromTextToolPresentation(presentationUrl,docinfo=docinfo,dom=dom)
 
-       docinfo = self.getAuthinfoFromIndexMeta(path,docinfo=docinfo)
+       docinfo = self.getAuthinfoFromIndexMeta(url,docinfo=docinfo,dom=dom)   # get access info
        return docinfo