no message
This commit is contained in:
@@ -90,7 +90,7 @@ class Verbraucher_extern extends IPSModule
|
||||
sort($kombinationen);
|
||||
IPS_LogMessage("externer verb 5", "5" .print_r($kombinationen));
|
||||
|
||||
return array_unique($kombinationen);
|
||||
return array_values(array_unique($kombinationen));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user