Modify ↓
Opened 13 years ago
Closed 13 years ago
#25 closed Bug/Fehler (fixed)
ot_shipping.php tax bug
| Reported by: | 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)
Note:
See TracTickets
for help on using tickets.

fixed in r4880