Quick fix to provide translation of the message and also get the $key into the message.

While the lack of t() is often a sign of a security issue there is none here because the '$key' literal was being used instead of the $key value (even if $key were being used there is probably no XSS since the $key is the module name which is hard to insert javascript into).

Patch coming.

Comments

greggles’s picture

And the patch.

greggles’s picture

Status: Active » Needs review
StatusFileSize
new827 bytes

php parse error....

let's try that again. also, better status.

kbahey’s picture

Version: 5.x-3.2 » 5.x-3.x-dev
Status: Needs review » Fixed

Committed to 3.x and HEAD.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.