Line 66 of simplevote.module should be:

  //$url =  url('vote/' . $node->nid . '/' . $value);
  $url = 'vote/'. $node->nid .'/'. $value;

Comments

eaton’s picture

Status: Active » Fixed

Thanks -- had clean URLs turned on, and didn't notice it being URL'd twice. Thanks for the heads up!

Anonymous’s picture

Status: Fixed » Closed (fixed)