[Fusionforge-commits] FusionForge branch master updated. b41d94683efa071324f3956da02ed6e8b71a3050

Roland Mas lolando at fusionforge.org
Tue Oct 21 19:37:06 CEST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  b41d94683efa071324f3956da02ed6e8b71a3050 (commit)
      from  fc33aec86f9b4568ef5a52c03dd8a2a813d13e73 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b41d94683efa071324f3956da02ed6e8b71a3050
Author: Roland Mas <lolando at debian.org>
Date:   Tue Oct 21 19:36:55 2014 +0200

    Fixed PHP syntax

diff --git a/src/common/docman/include/webdav.php b/src/common/docman/include/webdav.php
index 892e40b..d0dac30 100644
--- a/src/common/docman/include/webdav.php
+++ b/src/common/docman/include/webdav.php
@@ -321,6 +321,7 @@ class HTTP_WebDAV_Server_Docman extends HTTP_WebDAV_Server {
 				}
 			} else {
 				return '423';
+			}
 		} else {
 			$d = new Document($g);
 			if (strlen($newfilename) < 5) {

-----------------------------------------------------------------------

Summary of changes:
 src/common/docman/include/webdav.php |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list