Commit #16445 adds an extra ')' to line 80,

        $message = format_plural($guests,
                                 '1 guest accessing site; throttle enabled.',
                                 '%count guests accessing site; throttle enabled.'));
CommentFileSizeAuthor
#1 throttle.module.extra_par.patch721 bytesrobin monks

Comments

robin monks’s picture

Assigned: Unassigned » robin monks
Priority: Normal » Critical
StatusFileSize
new721 bytes

Here it is in patch form.

Robin

Steven’s picture

I fixed this in HEAD but forgot to do the same for 4.6. Thanks.

Anonymous’s picture