'_prepare_actitivy' -> '_prepare_activity'
This commit is contained in:
parent
02b038e15f
commit
1dfb3c4461
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ class Module(ModuleManager.BaseModule):
|
||||||
|
|
||||||
activities = []
|
activities = []
|
||||||
for activity_id, content, timestamp in self._get_activities():
|
for activity_id, content, timestamp in self._get_activities():
|
||||||
activity_url, activity_object = self._prepare_actitivy(
|
activity_url, activity_object = self._prepare_activity(
|
||||||
event["url_for"], self_id, activity_id, content, timestamp)
|
event["url_for"], self_id, activity_id, content, timestamp)
|
||||||
activities.append({
|
activities.append({
|
||||||
"actor": self_id,
|
"actor": self_id,
|
||||||
|
|
Loading…
Reference in a new issue