Modify

Opened 7 years ago

Closed 7 years ago

#1569 closed Bug/Fehler (fixed)

Fehler in der new_attributes_change.php

Reported by: kgd Owned by: somebody
Priority: normal Milestone: modified-shop-2.0.5.0
Component: Admin Version: 2.0.4.2
Keywords: Cc:
Blocked By: Blocking:

Description

Mir ist ein kleiner Fehler in der
admin\includes\modules\new_attributes_change.php
in Zeile: 129 aufgefallen.
Da steht:
foreach(auto_include(DIR_FS_ADMIN.'includes/extra/new_attributes/new_attributes_change_dl/','php') as $file) require ($file);

muss aber heißen:
foreach(auto_include(DIR_FS_ADMIN.'includes/extra/modules/new_attributes/new_attributes_change_dl/','php') as $file) require ($file);

Attachments (0)

Change History (1)

comment:1 by Torsten Riemer, 7 years ago

Milestone: modified-shop-2.0.5.0
Resolution: fixed
Status: newclosed

Der Fehler wurde bereits in r11400 für die kommende Shopversion korrigiert.

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.