Wrong order of parameters in function agreement_user_update(EntityInterface $account)

Created on 24 January 2024, 10 months ago
Updated 14 February 2024, 9 months ago

Is:
\Drupal::service('agreement.handler')->agree($account, $agreement, 2);

Should be
\Drupal::service('agreement.handler')->agree($agreement, $account, 2);

🐛 Bug report
Status

Fixed

Version

3.0

Component

Code

Created by

🇩🇪Germany slowflyer

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024