Latest News: (loading..)
Issue Information
-
#000475
-
1 - Low
-
Fixed
-
2.3.2
-
2.3.3
Issue Confirmations
-
Yes (0)No (0)
we lost name of module when first module is selected by default
Posted by foxp2 on 03 August 2012 - 04:25 PM
eg : with shipping, edit first module and save :
url : http://127.0.0.1:8090/oscommerce2/catalog/admin/modules.php?set=shipping&module=
module var is empty.
fixed with (in catalog\admin\modules.php file)
after :
url : http://127.0.0.1:8090/oscommerce2/catalog/admin/modules.php?set=shipping&module=
module var is empty.
fixed with (in catalog\admin\modules.php file)
after :
if ($module->check() > 0) {
add :$HTTP_GET_VARS['module'] = $class;
changed severity to: 1 - Low,
changed status to: Fixed,
changed fixed-in version to: 2.3.3
Thanks for the report! This has been fixed with the following commit:
https://github.com/osCommerce/oscommerce2/commit/ae85668675fb82b9c5fb1e498738a4a3c691b165
https://github.com/osCommerce/oscommerce2/commit/ae85668675fb82b9c5fb1e498738a4a3c691b165









