Fixed a bug in access.py that made it impossible to show featured documents in the sidebar.
authorLennard de Rijk <ljvderijk@gmail.com>
Wed, 11 Feb 2009 20:04:29 +0000
changeset 1263 34d3f7c756a1
parent 1262 e2e5b7798746
child 1264 4d46b09f3751
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
app/soc/views/helper/access.py
--- 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.