Browse Source

Closes #175: Update file throught webdav create wrong email notification message

Bastien Sevajol (Algoo) 8 years ago
parent
commit
832155f473
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tracim/tracim/lib/webdav/__init__.py

+ 1 - 1
tracim/tracim/lib/webdav/__init__.py View File

@@ -139,4 +139,4 @@ class FakeFileStream(object):
139 139
                 self._file_stream.read()
140 140
             )
141 141
 
142
-            self._api.save(self._content, ActionDescription.EDITION)
142
+            self._api.save(self._content, ActionDescription.REVISION)