- added option to add custom *.ini files into /conf dir
- smaller fixes
This commit is contained in:
@@ -211,7 +211,7 @@ class Admin extends Controller{
|
||||
protected function filterValidCharacters(CharacterModel $character, $characterId){
|
||||
$characters = [];
|
||||
// check if kickCharacters belong to same Corp as admin character
|
||||
// -> remove admin char from kickCharacters...
|
||||
// -> remove admin char from valid characters...
|
||||
if( !empty($characterIds = array_diff( [$characterId], [$character->_id])) ){
|
||||
$characters = $character->getCorporation()->getCharacters($characterIds);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user