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)

Change History (1)

comment:1 by Gerhard Waldemair, 4 years ago

Resolution: fixed
Status: newclosed

In 13911:

fix #2155 - fix auto_include in /includes/modules/products_attributes.php

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.