$class .= '-'. (isset($form['vote']['#tag']) ? $form['tag']['#tag'] : 'vote');

obviously should be

  $class .= '-'. (isset($form['vote']['#tag']) ? $form['vote']['#tag'] : 'vote');

Comments

quicksketch’s picture

Status: Active » Fixed

Thanks, committed.

Status: Fixed » Closed (fixed)

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