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 , 7 years ago
| Milestone: | → modified-shop-2.0.5.0 |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

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