Commit 6b51e20a authored by Randal Vanheede's avatar Randal Vanheede
Browse files

#3276568: Error: Undefined class constant 'TAGSTOINVALIDATE' in...

#3276568: Error: Undefined class constant 'TAGSTOINVALIDATE' in Drupal\msqrole\Form\MasqueradeRoleSettings->buildForm()
parent 9b6fb870
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ class MasqueradeRoleSettings extends ConfigFormBase {
      '#template' => '<strong>Default/always enabled tags:</strong><pre>{{ tags }}</pre>',
      '#context' => [
        'tags' => print_r(implode(PHP_EOL,
          array_merge(RoleManagerInterface::TAGSTOINVALIDATE, ['user:{current_user.id}'])), TRUE)
          array_merge(RoleManagerInterface::TAGS_TO_INVALIDATE, ['user:{current_user.id}'])), TRUE)
      ],
    ];