diff --git a/HauptManager/module.php b/HauptManager/module.php index 5d2e969..731f268 100644 --- a/HauptManager/module.php +++ b/HauptManager/module.php @@ -45,7 +45,7 @@ class HauptManager extends IPSModule $Verbraucher_Liste_Korr = []; IPS_LogMessage("Hauptmanager", print_r($Verbraucher_Liste)); - foreach ($Verbraucher_Liste as $key => $user) { + foreach ($Verbraucher_Liste as $user) { $decodedUser = json_decode(GetValue($user["User_Up"])); if (isset($decodedUser["Timestamp"]) && (($currentTime - $decodedUser["Timestamp"])) < 30) { diff --git a/library.json b/library.json index d7fbe4d..7472cb5 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.131", + "version": "1.132", "build": 0, "date": 0 } \ No newline at end of file