* change hasEdited to editedByOther in common lang.
This commit is contained in:
@@ -189,7 +189,7 @@ class taskModel extends model
|
||||
$oldTask = $this->getById($taskID);
|
||||
if($oldTask->lastEditedDate != $this->post->lastEditedDate)
|
||||
{
|
||||
dao::$errors[] = $this->lang->error->hasEdited;
|
||||
dao::$errors[] = $this->lang->error->editedByOther;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user