// this really should never happen (if it does, the admin should check the `enabled` key value via `occ config:list` because it's bogus for some reason)
$this->logger->warning('AppManager::checkAppForUser - can\'t decode group IDs listed in app\'s enabled config key: '.print_r($enabled,true).' - JSON error ('.$jsonError.') '.$jsonErrorMsg);
returnfalse;
}
@ -345,7 +347,9 @@ class AppManager implements IAppManager {
// this really should never happen (if it does, the admin should check the `enabled` key value via `occ config:list` because it's bogus for some reason)
$this->logger->warning('AppManager::checkAppForGroups - can\'t decode group IDs listed in app\'s enabled config key: '.print_r($enabled,true).' - JSON error ('.$jsonError.') '.$jsonErrorMsg);