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, Branch_5_3 has been updated
       via  c557811a0be7c113a42767e0a9d99610df35a8b1 (commit)
      from  958d3734e5565999b0031b2129d673ffbdd642ac (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 c557811a0be7c113a42767e0a9d99610df35a8b1
Author: Franck Villaume <[email protected]>
Date:   Thu Jul 10 17:56:39 2014 +0200

    fix wrong var

diff --git a/src/db/20120603-docman-file-moved-in-fs.php 
b/src/db/20120603-docman-file-moved-in-fs.php
index 8847624..91ab2b9 100644
--- a/src/db/20120603-docman-file-moved-in-fs.php
+++ b/src/db/20120603-docman-file-moved-in-fs.php
@@ -68,7 +68,7 @@ while($row = db_fetch_array($res)) {
        }
        $ret = $ds->store($row['docid'], $tmp);
        if (!$ret) {
-               echo "UPGRADE ERROR: $ret: ".$as->getErrorMessage()."\n";
+               echo "UPGRADE ERROR: $ret: ".$ds->getErrorMessage()."\n";
                $ds->rollback();
                exit(1);
        }

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

Summary of changes:
 src/db/20120603-docman-file-moved-in-fs.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to