Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

3 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -51,7 +51,7 @@ class GroupPermissionsParameterHandler implements GroupPermissionsParameterHandl
return $this->groupPermissionsHandler->setGroupPermissions($group, $permissions, $operation === 'sync');
}
catch (\Exception $e) {
watchdog_exception('group_permissions_parameter', $e);
\Drupal\Component\Utility\DeprecationHelper::backwardsCompatibleCall(\Drupal::VERSION, '10.1.0', fn() => \Drupal\Core\Utility\Error::logException(\Drupal::logger('group_permissions_parameter'), $e), fn() => watchdog_exception('group_permissions_parameter', $e));
}
return 0;
Loading