Changeset 55:ba8917b93c84 in documentViewer


Ignore:
Timestamp:
May 3, 2007, 5:35:10 PM (17 years ago)
Author:
casties
Branch:
default
Message:

fixed bug in fix for missing getauthinfo in getdocinfofromtexttool

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documentViewer.py

    r54 r55  
    410410           docinfo = self.getBibinfoFromTextToolPresentation(presentationUrl,docinfo=docinfo,dom=dom)
    411411
    412        docinfo = self.getAuthinfoFromIndexMeta(path,docinfo=docinfo)
     412       docinfo = self.getAuthinfoFromIndexMeta(url,docinfo=docinfo,dom=dom)   # get access info
    413413       return docinfo
    414414   
Note: See TracChangeset for help on using the changeset viewer.