Timing bug fix

This commit is contained in:
Dennis Eichhorn 2018-02-04 20:55:28 +01:00
parent 8a42dc07fc
commit 579f8d9565

View File

@ -482,7 +482,7 @@ class ModuleManager
}
/* Install receiving */
foreach ($installed as $key => $value) {
foreach ($this->installed as $key => $value) {
$this->installProviding($key, $module);
}