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 c29f76564b6e743f86c6ec3d811ae18fdfa2823e (commit)
from 2cb8b75c4650e50091ac4e84d922d882d99433f9 (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=c29f76564b6e743f86c6ec3d811ae18fdfa2823e
commit c29f76564b6e743f86c6ec3d811ae18fdfa2823e
Author: Franck Villaume <[email protected]>
Date: Sun Jun 26 12:35:05 2016 +0200
fix encoding
diff --git a/src/plugins/forumml/include/forummlPlugin.class.php
b/src/plugins/forumml/include/forummlPlugin.class.php
index 97127a7..eb04117 100644
--- a/src/plugins/forumml/include/forummlPlugin.class.php
+++ b/src/plugins/forumml/include/forummlPlugin.class.php
@@ -52,7 +52,7 @@ class ForumMLPlugin extends Plugin {
if ($hookname == "usermenu") {
$text = $this->text; // this is what shows in the tab
if ($G_SESSION->usesPlugin("mailman")) {
- $param = '?type=user&id=' . $G_SESSION->getId()
. '&pluginname=' . $this->name; // we indicate the part we�re calling is the
user one
+ $param = '?type=user&id=' . $G_SESSION->getId()
. '&pluginname=' . $this->name; // we indicate the part we're calling is the
user one
echo ' | ' . $HTML->PrintSubMenu (array ($text),
array
('/plugins/mailman/index.php' . $param ));
}
diff --git a/src/plugins/mailman/include/mailmanPlugin.class.php
b/src/plugins/mailman/include/mailmanPlugin.class.php
index 873a23a..6323bf4 100644
--- a/src/plugins/mailman/include/mailmanPlugin.class.php
+++ b/src/plugins/mailman/include/mailmanPlugin.class.php
@@ -92,7 +92,7 @@ class mailmanPlugin extends Plugin {
}
if ( $project->usesPlugin ( $this->name ) ) {
$params['TITLES'][]=$this->text;
-
$params['DIRS'][]='/plugins/mailman/index.php?group_id=' . $group_id .
'&pluginname=' . $this->name; // we indicate the part we�re calling is the
project one
+
$params['DIRS'][]='/plugins/mailman/index.php?group_id=' . $group_id .
'&pluginname=' . $this->name; // we indicate the part we're calling is the
project one
$params['ADMIN'][]='';
}
(($params['toptab'] == $this->name) ?
$params['selected']=(count($params['TITLES'])-1) : '' );
-----------------------------------------------------------------------
Summary of changes:
src/plugins/forumml/include/forummlPlugin.class.php | 2 +-
src/plugins/mailman/include/mailmanPlugin.class.php | 2 +-
2 files 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