forked from GNUsocial/gnu-social
		
	use single quotes in sql
This commit is contained in:
		| @@ -73,7 +73,7 @@ class GroupTagCloudSection extends TagCloudSection | ||||
|         $quoted = array(); | ||||
|  | ||||
|         foreach ($names as $name) { | ||||
|             $quoted[] = "\"$name\""; | ||||
|             $quoted[] = "'$name'"; | ||||
|         } | ||||
|  | ||||
|         $namestring = implode(',', $quoted); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user