mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-28 08:40:41 +01:00
Fix parallelo (#130)
This commit is contained in:
parent
bdbe0e9a01
commit
b1114bd98c
@ -106,7 +106,8 @@ class Update
|
||||
foreach ($modules as $value) {
|
||||
$infos = pathinfo($value);
|
||||
|
||||
$module = end(explode('/', dirname($infos['dirname'])));
|
||||
$temp = explode('/', dirname($infos['dirname']));
|
||||
$module = end($temp);
|
||||
|
||||
$value = str_replace('_', '.', $infos['filename']);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user