[Fusionforge-commits] FusionForge branch master updated. 64f122a704d40224320dc4059201835337067250

Franck Villaume nerville at fusionforge.org
Thu Nov 6 10:29:19 CET 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  64f122a704d40224320dc4059201835337067250 (commit)
      from  f26e4c2502126b5f68d6a316512902383153870e (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 64f122a704d40224320dc4059201835337067250
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Thu Nov 6 10:28:46 2014 +0100

    fix tempnam docman -> forum

diff --git a/src/db/20140710-forum-migrate-attachments-to-fs.php b/src/db/20140710-forum-migrate-attachments-to-fs.php
index c2466ee..89d7593 100644
--- a/src/db/20140710-forum-migrate-attachments-to-fs.php
+++ b/src/db/20140710-forum-migrate-attachments-to-fs.php
@@ -40,7 +40,7 @@ if (!is_dir("$data/forum")) {
 }
 
 $fs = new ForumStorage();
-$tmp = tempnam('/tmp', 'docman');
+$tmp = tempnam('/tmp', 'forum');
 
 $res = db_query_params('SELECT attachmentid FROM forum_attachment where filedata != $1', array(0));
 if (!$res) {

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

Summary of changes:
 src/db/20140710-forum-migrate-attachments-to-fs.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list