* fix for drag to todo.
This commit is contained in:
@@ -38,7 +38,7 @@ class todoModel extends model
|
||||
->remove('bug, task, story, uid, feedback')
|
||||
->get();
|
||||
|
||||
if($todo->end <= $todo->begin)
|
||||
if($todo->end < $todo->begin)
|
||||
{
|
||||
dao::$errors[] = sprintf($this->lang->error->gt, $this->lang->todo->end, $this->lang->todo->begin);
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user