From fdc74c6d80c7dc1a2877067140c59c9994e9ffdb Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 25 Apr 2023 01:51:27 +0000 Subject: [PATCH] bug fixes and subscription improvements --- Controller/ApiController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controller/ApiController.php b/Controller/ApiController.php index c6124a8..057ca18 100755 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -2273,7 +2273,7 @@ final class ApiController extends Controller // install dependencies $dependencies = $moduleInfo->getDependencies(); - foreach ($dependencies as $key => $version) { + foreach ($dependencies as $key => $_) { $iResponse = new HttpResponse(); $iRequest = new HttpRequest(new HttpUri('')); $iRequest->header->account = 1;