Modify ↓
#2046 closed Bug/Fehler (invalid)
xtc_get_attributes_model - undefined index attributes_model
| Reported by: | web-looks.de | Owned by: | somebody |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Shop | Version: | 2.0.6.0 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
/inc/xtc_get_attributes_model.inc.php
Suchen nach:
return $options_attr_data['attributes_model'];
Ersetzen mit:
return (!empty($options_attr_data['attributes_model']) ? $options_attr_data['attributes_model'] : '');
Attachments (0)
Change History (4)
comment:1 by , 5 years ago
| Milestone: | → modified-shop-2.0.6.1 |
|---|
comment:2 by , 5 years ago
comment:4 by , 5 years ago
| Milestone: | modified-shop-2.0.6.1 |
|---|
Note:
See TracTickets
for help on using tickets.

Dürfte eigtl. keine Notice werfen, denn attributes_model wird in der Query ja abgefragt und auch wenn es leer ist ist es ja doch im Array gesetzt, halt als leerer String.
Gruß,
noRiddle