Skip to content

Commit 74a3a02

Browse files
author
Alessandro Pisa
committedJan 21, 2015
Fix plonesocial.suite robot tests
1 parent d171437 commit 74a3a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎plonesocial/network/browser/author.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def stream_provider(self):
168168
# plonesocial.activitystream integration is optional
169169
provider = getMultiAdapter(
170170
(self.context, self.request, self),
171-
name='plonesocial.activitystream.stream_provider')
171+
name='plonesocial.core.stream_provider')
172172
provider.users = self.userid
173173
return provider()
174174
except ComponentLookupError:

0 commit comments

Comments
 (0)
Please sign in to comment.