diff --git a/apps/dav/lib/Connector/Sabre/File.php b/apps/dav/lib/Connector/Sabre/File.php
index f2c69eccff9d5ae2f1bb96e2a5e9d9904e343a61..d0826ee5a8c8cd0c6043a84efbf03007f45b40cf 100644
--- a/apps/dav/lib/Connector/Sabre/File.php
+++ b/apps/dav/lib/Connector/Sabre/File.php
@@ -203,10 +203,6 @@ class File extends Node implements IFile {
 				throw new FileLocked($e->getMessage(), $e->getCode(), $e);
 			}
 
-			if ($view) {
-				$this->emitPostHooks($exists);
-			}
-
 			// allow sync clients to send the mtime along in a header
 			$request = \OC::$server->getRequest();
 			if (isset($request->server['HTTP_X_OC_MTIME'])) {
@@ -214,6 +210,10 @@ class File extends Node implements IFile {
 					header('X-OC-MTime: accepted');
 				}
 			}
+					
+			if ($view) {
+				$this->emitPostHooks($exists);
+			}
 
 			$this->refreshInfo();