diff --git a/inc/HTTP/WebDAV/Server/Filesystem.php b/inc/HTTP/WebDAV/Server/Filesystem.php
index 7826a690a555adec2712a423dc5d5dd934338e7e..6c8382b446779839a715a2c73365c2db3bd78c12 100755
--- a/inc/HTTP/WebDAV/Server/Filesystem.php
+++ b/inc/HTTP/WebDAV/Server/Filesystem.php
@@ -177,7 +177,7 @@
             $info["props"][] = $this->mkprop("resourcetype", "");
             if ( OC_FILESYSTEM::is_readable($fspath)) {
                 $info["props"][] = $this->mkprop("getcontenttype", $this->_mimetype($fspath));
-            } else { "SELECT ns, name, value FROM properties WHERE path = '$path'";
+            } else {
                 $info["props"][] = $this->mkprop("getcontenttype", "application/x-non-readable");
             }               
             $info["props"][] = $this->mkprop("getcontentlength",  OC_FILESYSTEM::filesize($fspath));