[Fusionforge-commits] r10550 - trunk/src/www

Franck VILLAUME nerville at libremir.placard.fr.eu.org
Sun Sep 19 15:10:19 CEST 2010


Author: nerville
Date: 2010-09-19 15:10:18 +0200 (Sun, 19 Sep 2010)
New Revision: 10550

Modified:
   trunk/src/www/sendmessage.php
Log:
fix build

Modified: trunk/src/www/sendmessage.php
===================================================================
--- trunk/src/www/sendmessage.php	2010-09-19 12:49:35 UTC (rev 10549)
+++ trunk/src/www/sendmessage.php	2010-09-19 13:10:18 UTC (rev 10550)
@@ -67,7 +67,7 @@
 			force them to enter all vars
 		*/
 		form_release_key(getStringFromRequest('form_key'));
-		exit_missing_param('',array(_('Subject'),_('Body'),_('Name'),_('Email'),'home');
+		exit_missing_param('',array(_('Subject'),_('Body'),_('Name'),_('Email')),'home');
 	}
 	
 	// we remove the CRLF in all thoses vars. This is to make sure that there will be no CRLF Injection	




More information about the Fusionforge-commits mailing list