mirror of
https://github.com/Mibew/i18n.git
synced 2025-01-22 21:40:28 +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,
|
':threadid' => $this->id,
|
||||||
':kind' => $kind,
|
':kind' => $kind,
|
||||||
':message' => $message,
|
':message' => $message,
|
||||||
':name' => ($from ? $from : "null"),
|
':name' => ($from ? $from : NULL),
|
||||||
':agentid' => ($opid ? $opid : 0),
|
':agentid' => ($opid ? $opid : 0),
|
||||||
':created' => ($time ? $time : time())
|
':created' => ($time ? $time : time())
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user