##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