T2148: Tasks: Fixed updating tasklist folders

This commit is contained in:
Aleksander Machniak 2019-09-27 20:21:33 +02:00
parent 5123639870
commit 58d9ed1227

View file

@ -140,8 +140,8 @@ class tasklist_database_driver extends tasklist_driver
SET name=?, color=?, showalarms=? SET name=?, color=?, showalarms=?
WHERE tasklist_id=? WHERE tasklist_id=?
AND user_id=?", AND user_id=?",
$prop['name'], strval($prop['name']),
$prop['color'], strval($prop['color']),
$prop['showalarms']?1:0, $prop['showalarms']?1:0,
$prop['id'], $prop['id'],
$this->rc->user->ID $this->rc->user->ID