Fixed a bug in access.py that made it impossible to show featured documents in the sidebar.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
--- a/app/soc/views/helper/access.py Wed Feb 11 20:02:46 2009 +0000
+++ b/app/soc/views/helper/access.py Wed Feb 11 20:04:29 2009 +0000
@@ -900,7 +900,6 @@
return
- @denySidebar
@allowDeveloper
def checkIsDocumentReadable(self, django_args):
"""Checks whether a document is readable.