[Fusionforge-commits] FusionForge branch master updated. 6.0.4-786-gb693ca4

Franck Villaume nerville at libremir.placard.fr.eu.org
Wed Aug 24 11:09:22 CEST 2016


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  b693ca4421dafbaa5e5bc4dac8de01096b9f5a0d (commit)
      from  49c10b39745d41167d26f0cab7d74d9964f78d8e (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 -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=b693ca4421dafbaa5e5bc4dac8de01096b9f5a0d

commit b693ca4421dafbaa5e5bc4dac8de01096b9f5a0d
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Wed Aug 24 11:08:59 2016 +0200

    remove var_dump

diff --git a/src/common/docman/actions/movefile.php b/src/common/docman/actions/movefile.php
index 44aa963..77bfd78 100644
--- a/src/common/docman/actions/movefile.php
+++ b/src/common/docman/actions/movefile.php
@@ -54,7 +54,6 @@ foreach ($arr_fileid as $fileid) {
 			$error_msg = _('Cannot retrieve document');
 			session_redirect($redirecturl);
 		}
-		var_dump($d);
 		if ($d->isError() || !$d->update($d->getFileName(), $d->getFileType(), NULL, $moveto_dirid, $d->getName(), $d->getDescription(), $d->getStateID(), $d->getVersion())) {
 			$error_msg = $d->getErrorMessage();
 			session_redirect($redirecturl);

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

Summary of changes:
 src/common/docman/actions/movefile.php | 1 -
 1 file changed, 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list