Skip to content

Commit

Permalink
Fixed issue #11872: Opening Central Participant Database returns 500 …
Browse files Browse the repository at this point in the history
…error for PHP 5.3
  • Loading branch information
olleharstedt committed Nov 7, 2016
1 parent 45e9dc7 commit d9d9df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/admin/participantsaction.php
Expand Up @@ -1346,7 +1346,7 @@ public function openEditAttributeNames()
}

// Generate HTML for alternative languages
$languagesOfAttribute = [];
$languagesOfAttribute = array();
foreach($model->participant_attribute_names_lang as $single_language)
{
$languagesOfAttribute[$single_language['lang']] = $single_language['attribute_name'];
Expand Down

0 comments on commit d9d9df9

Please sign in to comment.