Jump to content



Latest News: (loading..)

Issue Information

  • #000475

  • 1 - Low

  • Fixed

  • 2.3.2

  • 2.3.3

Issue Confirmations

  • Yes (0)No (0)
Photo

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 :
		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