Removed bug to allow CRU operation, D not yet tested
This commit is contained in:
@@ -34,7 +34,7 @@ class ClubsControllerClub extends AbstractClubsController
|
||||
else
|
||||
$values['charitable'] = true;
|
||||
|
||||
$values['president'] = ClubsUser::loadUser((int)($values['president']));
|
||||
$values['president'] = (int)($values['president']);
|
||||
}
|
||||
|
||||
protected function filterPrePacking(&$values)
|
||||
|
||||
Reference in New Issue
Block a user