This commit is contained in:
hufangzhou
2022-08-30 14:06:09 +08:00
parent b9c8994857
commit a8669f9404
+1 -1
View File
@@ -1246,7 +1246,7 @@ EOF;
$this->user->updatePassword($this->app->user->id);
if(dao::isError()) return $this->send(array('result' => 'fail', 'message' => dao::getError()));
if(isonlybody()) return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'closeModal' => true));
return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess,locate => $this->createLink('my', 'index')));
return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => $this->createLink('my', 'index')));
}
$this->view->title = $this->lang->my->common . $this->lang->colon . $this->lang->my->changePassword;