From 05a30e162ce274db2251405d3c4dfc514289eabf Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 9 Mar 2012 23:57:17 +0100 Subject: [PATCH] typo --- pandora/annotation/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/annotation/models.py b/pandora/annotation/models.py index 69cc0789..567b0aea 100644 --- a/pandora/annotation/models.py +++ b/pandora/annotation/models.py @@ -160,7 +160,7 @@ class Annotation(models.Model): self.clip.save() #editAnnotations needs to be in snyc - if layer.get('type') == 'place' or layer.get('hasPlace'): + if layer.get('type') == 'place' or layer.get('hasPlaces'): update_matching_places(self.id) if layer.get('type') == 'event' or layer.get('hasEvents'): update_matching_events(self.id)