Modify

Opened 13 years ago

Closed 13 years ago

#25 closed Bug/Fehler (fixed)

ot_shipping.php tax bug

Reported by: info@… Owned by:
Priority: normal Milestone: modified-shop-2.0.0.0
Component: Module Version: 1.06
Keywords: Cc:
Blocked By: Blocking:

Description

line 63:
if (array_key_exists($module, $GLOBALS) && is_object($module) {

should be

if (array_key_exists($module, $GLOBALS) && is_object($GLOBALS[$module])) {

Attachments (0)

Change History (1)

comment:1 by Gerhard Waldemair, 13 years ago

Resolution: fixed
Status: newclosed

fixed in r4880

Modify Ticket

Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.