* Fix bug #38476.
This commit is contained in:
@@ -67,8 +67,8 @@ class account extends control
|
||||
|
||||
$this->loadModel('action')->create('account', $id, 'created');
|
||||
|
||||
if(isonlybody()) return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => 'reload'));
|
||||
return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => inlink('browse'), 'closeModal' => true));
|
||||
if(isonlybody()) return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'load' => true));
|
||||
return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'callback' => 'loadCurrentPage()', 'closeModal' => true));
|
||||
}
|
||||
|
||||
$this->app->loadLang('serverroom');
|
||||
|
||||
Reference in New Issue
Block a user