mirror of
https://github.com/Mibew/mibew.git
synced 2024-11-15 16:44:11 +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