* Fix locate after create todo.
This commit is contained in:
@@ -64,7 +64,7 @@ class todo extends control
|
||||
|
||||
if($this->app->getViewType() == 'xhtml') die(js::locate($this->createLink('todo', 'view', "todoID=$todoID"), 'parent'));
|
||||
if(isonlybody()) die(js::locate($this->createLink('my', 'todo', "type=$date"), 'parent.parent'));
|
||||
die(js::locate($this->createLink('my', 'todo', "type=$date"), 'parent'));
|
||||
die(js::locate($this->createLink('my', 'todo', "type=all"), 'parent'));
|
||||
}
|
||||
|
||||
unset($this->lang->todo->typeList['cycle']);
|
||||
|
||||
Reference in New Issue
Block a user