UserGroupBackend: Fix `Variable '$backend' is probably undefined`
This commit is contained in:
parent
61b827a43c
commit
e3b89184ae
|
@ -170,6 +170,7 @@ class UserGroupBackend
|
|||
$resourceConfig->charset = 'utf8mb4';
|
||||
}
|
||||
|
||||
$backend = null;
|
||||
$resource = ResourceFactory::createResource($resourceConfig);
|
||||
switch ($backendType) {
|
||||
case 'db':
|
||||
|
|
Loading…
Reference in New Issue