Active
Project:
Notify
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2025 at 10:28 UTC
Updated:
3 Feb 2025 at 10:36 UTC
Jump to comment: Most recent
in src/Notify.php line 671: $node_body .= ' - see ' . $link . '
';
should be: $node_body .= $this->t( ' - see ') . $link . '
';
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments