Line 66 of simplevote.module should be:
//$url = url('vote/' . $node->nid . '/' . $value);
$url = 'vote/'. $node->nid .'/'. $value;
Line 66 of simplevote.module should be:
//$url = url('vote/' . $node->nid . '/' . $value);
$url = 'vote/'. $node->nid .'/'. $value;
Comments
Comment #1
eaton commentedThanks -- had clean URLs turned on, and didn't notice it being URL'd twice. Thanks for the heads up!
Comment #2
(not verified) commented