Index: branches/5.2.x/units/polls/polls_config.php =================================================================== diff -u -r16384 -r16837 --- branches/5.2.x/units/polls/polls_config.php (.../polls_config.php) (revision 16384) +++ branches/5.2.x/units/polls/polls_config.php (.../polls_config.php) (revision 16837) @@ -1,6 +1,6 @@ Array ( 'Default' => Array ( - Array ('title' => 'la_tab_General', 't' => 'in-bulletin/polls/poll_edit', 'priority' => 1), - Array ('title' => 'la_tab_PollAnswers', 't' => 'in-bulletin/polls/poll_edit_answers', 'priority' => 2), - Array ('title' => 'la_tab_PollUserComments', 't' => 'in-bulletin/polls/poll_edit_comments', 'priority' => 3), + 'general' => Array ('title' => 'la_tab_General', 't' => 'in-bulletin/polls/poll_edit', 'priority' => 1), + 'answers' => Array ('title' => 'la_tab_PollAnswers', 't' => 'in-bulletin/polls/poll_edit_answers', 'priority' => 2), + 'comments' => Array ('title' => 'la_tab_PollUserComments', 't' => 'in-bulletin/polls/poll_edit_comments', 'priority' => 3), ), ),