﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking
163	Include_once für Klassen und Sprachdateien auch in shipping- und order_total-Klasse	Marcus Kreusch <info@…>	somebody	"In /includes/calsses/payment.php wurden in einer der letzten Versionen ja schon diese Zwei Zeilen von include auf include_once geändert:

`include_once(DIR_WS_LANGUAGES . $_SESSION['language'] . '/modules/payment/' . $include_modules[$i]['file']);include_once(DIR_WS_MODULES . 'payment/' . $include_modules[$i]['file']);`

Könntet ihr das bitte auch in der shipping und order_total-Klasse machen, falls nicht schon geschehen?

Also in /includes/classes/shipping.php:

`include(DIR_WS_LANGUAGES . $_SESSION['language'] . '/modules/shipping/' . $include_modules[$i]['file']);include(DIR_WS_MODULES . 'shipping/' . $include_modules[$i]['file']);`

Und /includes/classes/order_total.php:

`include_once (DIR_WS_LANGUAGES.$_SESSION['language'].'/modules/order_total/'.$value);include_once (DIR_WS_MODULES.'order_total/'.$value);`

Der Grund: Wenn man mal für ein Modul z.B. die Versandmodule neu berechnen will, gibt es fatal errors wegen der bereits existierenden Klassen..."	Erweiterung	closed	normal	modified-shop-2.0.0.0	Shop	1.06	fixed				
