mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Remove unnecessary variable declaration
This commit is contained in:
parent
3cdd35911e
commit
5716891c6c
1 changed files with 0 additions and 2 deletions
|
|
@ -802,8 +802,6 @@ class MemberAdminController extends Member
|
|||
*/
|
||||
function procMemberAdminUpdateGroup()
|
||||
{
|
||||
$group_srl = Context::get('group_srl');
|
||||
|
||||
$args = Context::gets('group_srl','title','description','is_default','image_mark');
|
||||
$output = $this->updateGroup($args);
|
||||
if(!$output->toBool()) return $output;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue