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 49c10b39745d41167d26f0cab7d74d9964f78d8e (commit)
from dc8020e9d113dfd87da9cef9a9274b3560f5bc68 (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=49c10b39745d41167d26f0cab7d74d9964f78d8e
commit 49c10b39745d41167d26f0cab7d74d9964f78d8e
Author: Franck Villaume <[email protected]>
Date: Wed Aug 24 10:17:35 2016 +0200
remove unused var
diff --git a/src/common/include/Group.class.php
b/src/common/include/Group.class.php
index a8dfdb7..8c58694 100644
--- a/src/common/include/Group.class.php
+++ b/src/common/include/Group.class.php
@@ -2601,7 +2601,7 @@ class Group extends FFError {
$ndg = new DocumentGroup($this);
// .trash is a reserved
directory
if ($o->getName() != '.trash') {
- $status =
$ndg->create($this->replaceTemplateStrings($o->getName()), 0, 1, null, true);
+
$ndg->create($this->replaceTemplateStrings($o->getName()), 0, 1, null, true);
$id_mappings['docman_docgroup'][$o->getID()] = $ndg->getID();
}
}
-----------------------------------------------------------------------
Summary of changes:
src/common/include/Group.class.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