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