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;