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 f9137bfb0fa6f4d038032fcb301a1afe014b79c8 (commit)
from eba340342a21afe37fc4822327362086213fb2c8 (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 f9137bfb0fa6f4d038032fcb301a1afe014b79c8
Author: Roland Mas <[email protected]>
Date: Mon Jun 16 17:16:42 2014 +0200
Fixed syntax
diff --git a/src/common/frs/FRSPackage.class.php
b/src/common/frs/FRSPackage.class.php
index f035a66..f39dbd3 100644
--- a/src/common/frs/FRSPackage.class.php
+++ b/src/common/frs/FRSPackage.class.php
@@ -536,7 +536,7 @@ class FRSPackage extends Error {
$zipPath = $this->getNewestReleaseZipPath();
$filesPath =
forge_get_config('upload_dir').'/'.$this->Group->getUnixName().'/'.$this->getFileName().'/'.$release->getFileName();
- if ($zip->open($zipPath, ZIPARCHIVE::OVERWRITE)!==true)
{
+ if ($zip->open($zipPath, ZIPARCHIVE::OVERWRITE)!=true) {
exit_error(_('Cannot open the file archive.').'
'.$zipPath.'.');
}
-----------------------------------------------------------------------
Summary of changes:
src/common/frs/FRSPackage.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