* Modify the jump link after saving the created program.

This commit is contained in:
tianshujie
2022-07-20 17:25:25 +08:00
parent 5b0ada601f
commit 93f70dcf70
+1 -1
View File
@@ -193,7 +193,7 @@ class program extends control
if(dao::isError()) return $this->send(array('result' => 'fail', 'message' => dao::getError()));
$this->loadModel('action')->create('program', $programID, 'opened');
return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'id' => $programID, 'locate' => inlink('browse')));
return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'id' => $programID, 'locate' => $this->session->programList));
}
$extra = str_replace(array(',', ' '), array('&', ''), $extra);