Änderungen

Wechseln zu: Navigation, Suche

Zahlungs-Gateways erstellen

35 Byte hinzugefügt, 21:20, 12. Jun. 2015
/* Aufbau der Hauptdatei */
if(!is_array($addonlang) || !isset($addonlang["NAME"]))
throw new ModuleException();
 
$this->lang = $addonlang;
}
</source>