Browse Source

fix build

Rafał Pitoń 8 years ago
parent
commit
8e6f398049
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misago/threads/signals.py

+ 1 - 1
misago/threads/signals.py

@@ -115,7 +115,7 @@ def update_usernames(sender, **kwargs):
         editor_slug=sender.slug
     )
 
-    PostLike.objects.filter(editor=sender).update(
+    PostLike.objects.filter(user=sender).update(
         user_name=sender.username,
         user_slug=sender.slug
     )