# HG changeset patch # User timeless@gmail.com # Date 2016-05-03 14:08:11 # Node ID cbeedd63f9d426f7cfe9f55df67bf6ed65b84869 # Parent 0d6b8abd86526161d76d812929601d9b7a3b8cea spelling: notification diff --git a/kallithea/model/db.py b/kallithea/model/db.py --- a/kallithea/model/db.py +++ b/kallithea/model/db.py @@ -2441,7 +2441,7 @@ class Notification(Base, BaseModel): Session().add(un) Session().add(notification) - Session().flush() # assign notificaiton.notification_id + Session().flush() # assign notification.notification_id return notification @property