* [bug#62569,done,0.2h] fix bug.
This commit is contained in:
@@ -533,8 +533,7 @@ class project extends control
|
||||
|
||||
if(isInModal()) return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'load' => true, 'closeModal' => true));
|
||||
|
||||
$locateLink = $this->session->projectList && $from != 'view' ? $this->session->projectList : $this->createLink('project', 'view', "projectID=$projectID");
|
||||
return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'load' => $locateLink));
|
||||
return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'load' => $this->createLink('project', 'view', "projectID=$projectID")));
|
||||
}
|
||||
|
||||
$this->projectZen->buildEditForm($projectID, $project, $from, $programID);
|
||||
|
||||
Reference in New Issue
Block a user