X-Git-Url: https://scm.cri.ensmp.fr/git/Plinn.git/blobdiff_plain/de068d5b8a1fd46a70f75f4e20e581ee846f866d..0e1001b6ac27e549894f82fc2ca68bcf60161d5b:/skins/photo_theme/member_albums.py diff --git a/skins/photo_theme/member_albums.py b/skins/photo_theme/member_albums.py index 9425f2b..dab1be5 100755 --- a/skins/photo_theme/member_albums.py +++ b/skins/photo_theme/member_albums.py @@ -1,6 +1,6 @@ ##parameters= -from Products.realis.utils import searchContentsWithLocalRolesForAuthenticatedUser as search +from Products.Plinn.utils import searchContentsWithLocalRolesForAuthenticatedUser as search -results = search(context, portal_type='Portfolio') +results = search(portal_type='Portfolio') return context.member_albums_template(results = results) \ No newline at end of file