First problem: the variable $base_path used in the help message is not set.
Second problem: this variable is insetred in a translated string.

The patch below modifies the message so the string needs only to be translated one time for any server (dev, prod...) or in case or multisites.

And instead of $base_path .'admin/build/modules', it uses a pattern replacement for !url: url('admin/build/modules').

CommentFileSizeAuthor
permission_select.patch1.84 KBb-prod

Comments

badsit’s picture

Status: Needs review » Fixed

changes pushed in 6.x-1.x-dev

Status: Fixed » Closed (fixed)

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