mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-06 12:38:40 +00:00
Timing bug fix
This commit is contained in:
parent
8a42dc07fc
commit
579f8d9565
|
|
@ -482,7 +482,7 @@ class ModuleManager
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Install receiving */
|
/* Install receiving */
|
||||||
foreach ($installed as $key => $value) {
|
foreach ($this->installed as $key => $value) {
|
||||||
$this->installProviding($key, $module);
|
$this->installProviding($key, $module);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user