]> CRI, Mines Paris - PSL - Plinn.git/blobdiff - skins/photo_theme/member_albums.py
style.
[Plinn.git] / skins / photo_theme / member_albums.py
index 9425f2bde75f5f17f60559a5fb6fc124ce8e1a0e..dab1be519421c2c087111bca7ffef786c16eb3e1 100755 (executable)
@@ -1,6 +1,6 @@
 ##parameters=
 
 ##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
 return context.member_albums_template(results = results)
\ No newline at end of file