[Fusionforge-commits] r13282 - trunk/src/plugins/mantisbt/common

Franck VILLAUME nerville at fusionforge.org
Mon May 16 15:50:03 CEST 2011


Author: nerville
Date: 2011-05-16 15:50:03 +0200 (Mon, 16 May 2011)
New Revision: 13282

Modified:
   trunk/src/plugins/mantisbt/common/MantisBTPlugin.class.php
Log:
fix typo

Modified: trunk/src/plugins/mantisbt/common/MantisBTPlugin.class.php
===================================================================
--- trunk/src/plugins/mantisbt/common/MantisBTPlugin.class.php	2011-05-16 13:44:53 UTC (rev 13281)
+++ trunk/src/plugins/mantisbt/common/MantisBTPlugin.class.php	2011-05-16 13:50:03 UTC (rev 13282)
@@ -50,7 +50,7 @@
 			case "usermenu": {
 				if ($G_SESSION->usesPlugin($this->name)) {
 					$param = '?type=user&user_id=' . $G_SESSION->getId() . '&pluginname=' . $this->name; // we indicate the part we're calling is the user one
-					echo $HTML->PrintSubMenu(array($this->text), array('/plugins/mantisbt/index.php' . $param), array(array('title' => _('Personnal MantisBT page'))));
+					echo $HTML->PrintSubMenu(array($this->text), array('/plugins/mantisbt/index.php' . $param), array(array('title' => _('Personal MantisBT page'))));
 				}
 				$returned = true;
 				break;




More information about the Fusionforge-commits mailing list