mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
Also set group_srl in response of procMemberAdminInsertGroup()
This commit is contained in:
parent
e37ca7c702
commit
3cdd35911e
1 changed files with 1 additions and 1 deletions
|
|
@ -788,7 +788,7 @@ class MemberAdminController extends Member
|
|||
$output = $this->insertGroup($args);
|
||||
if(!$output->toBool()) return $output;
|
||||
|
||||
$this->add('group_srl','');
|
||||
$this->add('group_srl', $output->get('group_srl'));
|
||||
$this->add('page',Context::get('page'));
|
||||
$this->setMessage('success_registed');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue