mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-12 18:41:08 +03:00
Add TODO for future message check
This commit is contained in:
parent
a749b8c000
commit
64254875f8
@ -874,6 +874,8 @@ Class Thread {
|
|||||||
protected function saveMessage($kind, $message, $options = array()) {
|
protected function saveMessage($kind, $message, $options = array()) {
|
||||||
$db = Database::getInstance();
|
$db = Database::getInstance();
|
||||||
|
|
||||||
|
// TODO: check incoming message (it should be non-empty string)
|
||||||
|
|
||||||
// Add default values to options
|
// Add default values to options
|
||||||
$options += array(
|
$options += array(
|
||||||
'name' => null,
|
'name' => null,
|
||||||
|
Loading…
Reference in New Issue
Block a user