Modify ↓
Opened 4 years ago
Closed 4 years ago
#2155 closed Bug/Fehler (fixed)
auto_include in /includes/modules/products_attributes.php verkehrt gesetzt
| Reported by: | noRiddle | Owned by: | somebody |
|---|---|---|---|
| Priority: | hoch | Milestone: | modified-shop-2.0.7.0 |
| Component: | Shop | Version: | 2.0.6.0 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
In /includes/modules/products_attributes.php gibt es diesen Code:
foreach(auto_include(DIR_FS_CATALOG.'includes/extra/modules/products_attributes_data/','php') as $file) require ($file);
}
$col ++;
Das auto_include müsste nach der Klammer vor dem $col++ stehen
}
foreach(auto_include(DIR_FS_CATALOG.'includes/extra/modules/products_attributes_data/','php') as $file) require ($file);
$col ++;
damit es auch für diesen Fall gilt
if ($_SESSION['customers_status']['customers_status_show_price'] == '0') {
Schnell zu fixen.
Oder mißverstehe ich etwas ?
Gruß,
noRiddle
Attachments (0)
Note:
See TracTickets
for help on using tickets.

In 13911: