* remove unset lastEditedDate.

This commit is contained in:
wangyidong
2016-03-14 09:32:30 +08:00
parent 9b050fea16
commit 3d349b45d8
4 changed files with 0 additions and 5 deletions
-1
View File
@@ -192,7 +192,6 @@ class taskModel extends model
dao::$errors[] = $this->lang->error->hasEdited;
return false;
}
unset($_POST['lastEditedDate']);
$now = helper::now();
$task = fixer::input('post')