[Fusionforge-commits] r14538 - in branches/Branch_5_1: . src/common/forum

Roland Mas lolando at fusionforge.org
Mon Oct 3 16:15:14 CEST 2011


Author: lolando
Date: 2011-10-03 16:15:14 +0200 (Mon, 03 Oct 2011)
New Revision: 14538

Modified:
   branches/Branch_5_1/
   branches/Branch_5_1/src/common/forum/Forum.class.php
Log:
Fixed variable name

Modified: branches/Branch_5_1/src/common/forum/Forum.class.php
===================================================================
--- branches/Branch_5_1/src/common/forum/Forum.class.php	2011-10-03 07:44:50 UTC (rev 14537)
+++ branches/Branch_5_1/src/common/forum/Forum.class.php	2011-10-03 14:15:14 UTC (rev 14538)
@@ -457,7 +457,7 @@
 			*/
 			$result = db_query_params ('INSERT INTO forum_monitored_forums (forum_id,user_id) VALUES ($1,$2)',
 						   array ($this->getID(),
-							  $user_id)) ;
+							  $u)) ;
 
 			if (!$result) {
 				$this->setError(_('Unable To Add Monitor').' : '.db_error());




More information about the Fusionforge-commits mailing list