mirror of
				https://github.com/Mibew/i18n.git
				synced 2025-11-01 01:36:57 +03:00 
			
		
		
		
	Fix bug with NULL for message's sender name
This commit is contained in:
		
							parent
							
								
									38668789b9
								
							
						
					
					
						commit
						c1b633843f
					
				| @ -727,7 +727,7 @@ Class Thread { | ||||
| 			':threadid' => $this->id, | ||||
| 			':kind' => $kind, | ||||
| 			':message' => $message, | ||||
| 			':name' => ($from ? $from : "null"), | ||||
| 			':name' => ($from ? $from : NULL), | ||||
| 			':agentid' => ($opid ? $opid : 0), | ||||
| 			':created' => ($time ? $time : time()) | ||||
| 		); | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user