mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 14:33:14 +00:00
fix patch 4.1.11 (#4574)
This commit is contained in:
@@ -49,7 +49,7 @@ class patch_4111PHRAS4106 implements patchInterface
|
||||
/** @var PropertyAccess $conf */
|
||||
$conf = $app['conf'];
|
||||
foreach ($app['conf']->get(['authentication', 'providers'], []) as $providerId => $data) {
|
||||
if ($data['type'] === "openid") {
|
||||
if (isset($data['type']) && $data['type'] === "openid") {
|
||||
if (!isset($data['options']['usegroups'])) {
|
||||
$data['options']['usegroups'] = false;
|
||||
|
||||
|
Reference in New Issue
Block a user