mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-15 12:08:40 +00:00
bug fixes and subscription improvements
This commit is contained in:
parent
01f0ea29a5
commit
fdc74c6d80
|
|
@ -2273,7 +2273,7 @@ final class ApiController extends Controller
|
||||||
|
|
||||||
// install dependencies
|
// install dependencies
|
||||||
$dependencies = $moduleInfo->getDependencies();
|
$dependencies = $moduleInfo->getDependencies();
|
||||||
foreach ($dependencies as $key => $version) {
|
foreach ($dependencies as $key => $_) {
|
||||||
$iResponse = new HttpResponse();
|
$iResponse = new HttpResponse();
|
||||||
$iRequest = new HttpRequest(new HttpUri(''));
|
$iRequest = new HttpRequest(new HttpUri(''));
|
||||||
$iRequest->header->account = 1;
|
$iRequest->header->account = 1;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user