# HG changeset patch # User Lennard de Rijk # Date 1234382669 0 # Node ID 34d3f7c756a1f55ee2b73ad8f9eea53a45a79c5a # Parent e2e5b7798746cdffa0389436163721e3e7355695 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 diff -r e2e5b7798746 -r 34d3f7c756a1 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.