Modify

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#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 Torsten Riemer, 5 years ago

Milestone: modified-shop-2.0.6.1

comment:2 by noRiddle, 5 years ago

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

comment:3 by Gerhard Waldemair, 5 years ago

Resolution: invalid
Status: newclosed

das sehe ich wie noRiddle.

comment:4 by Gerhard Waldemair, 5 years ago

Milestone: modified-shop-2.0.6.1

Modify Ticket

Action
as closed The owner will remain somebody.
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.