diff --git a/Verbraucher_extern/module.php b/Verbraucher_extern/module.php index 42855db..c5484c9 100644 --- a/Verbraucher_extern/module.php +++ b/Verbraucher_extern/module.php @@ -68,7 +68,7 @@ class Verbraucher_extern extends IPSModule private function berechneKombinationen(array $verbraucherListe){ - $kombinationen = []; + $kombinationen = [0]; foreach ($verbraucherListe as $verbraucher) { if (GetValue($verbraucher['Read_Var']) == 1) {