Jump to content



Latest News: (loading..)

Issue Information

  • #000289

  • 1 - Low

  • Fixed

  • 2.3.1

  • 2.3.3

Issue Confirmations

  • Yes (0)No (0)
Photo

define_language.php language selector error

Posted by Gergely on 12 May 2011 - 07:17 AM

Hi,

We cant select language collections correctly.

Edit catalog/admin/define_language.php

Find:

<td class="pageHeading" align="right"><?php echo tep_draw_pull_down_menu('lngdir', $languages_array, $language, 'onchange="this.form.submit();"'); ?></td> 

Change to:

<td class="pageHeading" align="right"><?php echo tep_draw_pull_down_menu('lngdir', $languages_array, $HTTP_GET_VARS['lngdir'], 'onchange="this.form.submit();"'); ?></td>


Regards,
Gergely

Updating severity to: 1 - Low
Updating status to: Confirmed

This bug is confirmed. The fix will be committed shortly.

Thanks for the report.

changed fixed-in version to: 2.3.3