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, 6.1 has been updated
via 80203eefac94f80ac6989ea2f115c6bda47cb011 (commit)
from f221922334b13852439954c1e47b207e11c8504f (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=80203eefac94f80ac6989ea2f115c6bda47cb011
commit 80203eefac94f80ac6989ea2f115c6bda47cb011
Author: Franck Villaume <[email protected]>
Date: Sun Mar 4 15:34:45 2018 +0100
fix PHP warning
diff --git a/src/plugins/scmdarcs/common/DarcsPlugin.class.php
b/src/plugins/scmdarcs/common/DarcsPlugin.class.php
index 3335fb5..70840d6 100644
--- a/src/plugins/scmdarcs/common/DarcsPlugin.class.php
+++ b/src/plugins/scmdarcs/common/DarcsPlugin.class.php
@@ -53,7 +53,7 @@ over it to the project's administrator.");
return (forge_get_config('repos_path',
'scmdarcs').'/'.$project->getUnixName());
}
- function getRepositories($project) {
+ function getRepositories($project, $autoinclude = true) {
$res = array();
$toprepo = $this->getRootRepositories($project);
if (is_dir($toprepo)) {
@@ -566,7 +566,7 @@ over it to the project's administrator.");
db_commit();
}
- function printAdminPage($params) {
+ function printAdminPage(&$params) {
parent::printAdminPage($params);
$project = $this->checkParams($params);
-----------------------------------------------------------------------
Summary of changes:
src/plugins/scmdarcs/common/DarcsPlugin.class.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits