[Fusionforge-commits] r13544 - trunk/src/plugins/mantisbt/common
Franck VILLAUME
nerville at fusionforge.org
Thu Jun 23 13:45:34 CEST 2011
Author: nerville
Date: 2011-06-23 13:45:33 +0200 (Thu, 23 Jun 2011)
New Revision: 13544
Modified:
trunk/src/plugins/mantisbt/common/MantisBTPlugin.class.php
Log:
remove useless var
Modified: trunk/src/plugins/mantisbt/common/MantisBTPlugin.class.php
===================================================================
--- trunk/src/plugins/mantisbt/common/MantisBTPlugin.class.php 2011-06-23 11:38:01 UTC (rev 13543)
+++ trunk/src/plugins/mantisbt/common/MantisBTPlugin.class.php 2011-06-23 11:45:33 UTC (rev 13544)
@@ -82,7 +82,6 @@
// this displays the link in the user's profile page to it's personal MantisBT (if you want other sto access it, youll have to change the permissions in the index.php
$userid = $params['user_id'];
$user = user_get_object($userid);
- $text = $params['text'];
//check if the user has the plugin activated
if ($user->usesPlugin($this->name)) {
echo '<p>';
More information about the Fusionforge-commits
mailing list