* finish task #6434.
This commit is contained in:
@@ -90,7 +90,7 @@ class task extends control
|
||||
if(!empty($_POST))
|
||||
{
|
||||
$response['result'] = 'success';
|
||||
$response['message'] = '';
|
||||
$response['message'] = $this->lang->saveSuccess;
|
||||
|
||||
if($this->post->project) $projectID = $this->post->project;
|
||||
$tasksID = $this->task->create($projectID);
|
||||
|
||||
Reference in New Issue
Block a user