allura
Revision | 6917543d462cc87a52d74bcd8446bf6469bd1e35 (tree) |
---|---|
Time | 2012-04-17 03:49:39 |
Author | Cory Johns <johnsca@geek...> |
Commiter | Cory Johns |
[#3563] Removed automatic subscription when editing a wiki page
Signed-off-by: Cory Johns <johnsca@geek.net>
@@ -80,7 +80,6 @@ class Page(VersionedArtifact): | ||
80 | 80 | type_s = 'Wiki' |
81 | 81 | |
82 | 82 | def commit(self): |
83 | - self.subscribe() | |
84 | 83 | VersionedArtifact.commit(self) |
85 | 84 | session(self).flush() |
86 | 85 | if self.version > 1: |