Author: kn
Date: Tue Feb 26 14:12:17 2008
New Revision: 7453

Log:
- Removed redundant code

Modified:
    trunk/Webdav/src/backends/simple.php

Modified: trunk/Webdav/src/backends/simple.php
==============================================================================
--- trunk/Webdav/src/backends/simple.php [iso-8859-1] (original)
+++ trunk/Webdav/src/backends/simple.php [iso-8859-1] Tue Feb 26 14:12:17 2008
@@ -1010,14 +1010,6 @@
     {
         $collection = $request->requestUri;
 
-        if ( $request->body !== null )
-        {
-            return new ezcWebdavErrorResponse(
-                ezcWebdavResponse::STATUS_415,
-                $collection
-            );
-        }
-
         // If resource already exists, the collection cannot be created and a
         // 405 is thrown.
         if ( $this->nodeExists( $collection ) )


-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to