on file designs/se2champ/bracket-se2champ.tpl.php on line 29, says:

print theme('bracket_result', array('node' => $node, 'result_index' => 1 'orientation' => 'left'))

and should say:

print theme('bracket_result', array('node' => $node, 'result_index' => 1, 'orientation' => 'left'))

there is a comma left, that causes, in my installation, error 500 on autocompete ajax request

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

akalam’s picture

Status: Active » Needs review
FileSize
1.03 KB
jimbullington’s picture

Status: Needs review » Closed (fixed)

Patch pushed to repo - Thanks!