diff --git a/module/todo/model.php b/module/todo/model.php index 78225a090c..d73ef85c02 100644 --- a/module/todo/model.php +++ b/module/todo/model.php @@ -203,7 +203,7 @@ class todoModel extends model ->setIF($this->post->end == false, 'end', '2400') ->setDefault('private', 0) ->stripTags($this->config->todo->editor->edit['id'], $this->config->allowedTags) - ->remove(implode(',', $this->config->todo->moduleList) . 'uid') + ->remove(implode(',', $this->config->todo->moduleList) . ',uid') ->get(); if($todo->end < $todo->begin)