--- documentViewer/documentViewer.py 2006/07/06 16:01:42 1.14 +++ documentViewer/documentViewer.py 2006/07/14 16:22:36 1.15 @@ -145,10 +145,9 @@ class documentViewer(Folder): zLOG.LOG("documentViewer (accessOK)", zLOG.INFO, "access type %s"%access) if access is None: # no information - no access - #TODO: check - return True + return False elif access == 'free': - zLOG.LOG("documentViewer (accessOK)", zLOG.INFO, "access is free") + zLOG.LOG("documentViewer (accessOK)", zLOG.INFO, "access is free") return True elif access in self.authgroups: # only local access -- only logged in users