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