Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Mar 8, 2015
1 parent d19b9a6 commit dcea988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plone/app/contenttypes/browser/collection.py
Expand Up @@ -37,8 +37,8 @@ def results(self, **kwargs):

return self.collection_behavior.results(**kwargs)

@memoize
@property
@memoize
def _album_results(self):
"""Get results to display an album with subalbums.
"""
Expand Down

0 comments on commit dcea988

Please sign in to comment.