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

Sabri LABBENE labbenes at fusionforge.org
Fri Mar 25 15:54:27 CET 2011


Author: labbenes
Date: 2011-03-25 15:54:26 +0100 (Fri, 25 Mar 2011)
New Revision: 12913

Modified:
   trunk/src/www/users
Log:
Fix typo. Add missing $ 

Modified: trunk/src/www/users
===================================================================
--- trunk/src/www/users	2011-03-25 13:57:00 UTC (rev 12912)
+++ trunk/src/www/users	2011-03-25 14:54:26 UTC (rev 12913)
@@ -47,7 +47,7 @@
 	// By default, text/html is accepted
 	$accepted_types = array($default_content_type);
 	$new_accepted_types = $hook_params['accepted_types'];
-	$accepted_types = array_merge(accepted_types, $new_accepted_types);
+	$accepted_types = array_merge($accepted_types, $new_accepted_types);
 	
 	// PEAR::HTTP (for negotiateMimeType())
 	require_once('HTTP.php');




More information about the Fusionforge-commits mailing list