dtpop / warehouse

Warehouse: REDAXO Shop AddOn
MIT License
23 stars 6 forks source link

Class bd_articles not found #1

Closed medienschmiede71 closed 5 years ago

medienschmiede71 commented 5 years ago

Im Modul "wh05 . Katalog - Liste und Detailansicht Shop - Output" hat sich ein falscher Klassenname eingeschlichen:

Zeile 43: $articles = bd_articles::get_articles($data_id,[],false,false,false);

muss lauten

$articles = wh_articles::get_articles($data_id,[],false,false,false);

dtpop commented 5 years ago

erledigt