Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
gyst committed Jun 28, 2013
1 parent 2964c15 commit 904f2d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plonesocial/activitystream/browser/stream_provider.py
Expand Up @@ -112,7 +112,8 @@ def _activities_brains(self):
sort_limit=self.count * 10)
microblog_context = get_microblog_context(self.context)
if microblog_context:
contentfilter['path'] = '/'.join(microblog_context.getPhysicalPath())
contentfilter['path'] = \
'/'.join(microblog_context.getPhysicalPath())

if self.tag:
contentfilter["Subject"] = self.tag
Expand Down

0 comments on commit 904f2d5

Please sign in to comment.