Commit 48ad843f authored by Armando Lüscher's avatar Armando Lüscher

Make sure the notes are an array to start with.

parent 959a76f5
......@@ -93,8 +93,7 @@ class ConversationDB extends DB
)
');
$active = 'active';
//$notes = json_encode('');
$notes = '""';
$notes = '[]';
$created_at = self::getTimestamp();
$sth->bindParam(':status', $active);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment