Menu

#6 polls module redirect typo

open
nobody
None
5
2007-06-28
2007-06-28
No

in modules/polls/actions.php:

$return = "index.php/module=polls/action=view?id={$id}&message=".rawurlencode(_L("L_ALREADY_VOTED")."&type=info");

should be:

$return = "index.php/module=polls/action=view?id={$id}&message=".rawurlencode(_L("L_ALREADY_VOTED"))."&type=info";

and L_ALREADY_VOTED needs to be included in lang/<lang>/main.php

Discussion


Log in to post a comment.

MongoDB Logo MongoDB