Explorar el Código

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

Bastien Sevajol (Algoo) hace 8 años
padre
commit
832155f473
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tracim/tracim/lib/webdav/__init__.py

+ 1 - 1
tracim/tracim/lib/webdav/__init__.py Ver fichero

@@ -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)