Merge branch 'ent-9022-Bug-histórico-de-actualizaciones' into 'develop'
Ent 9022 bug histórico de actualizaciones See merge request artica/pandorafms!4917
This commit is contained in:
commit
f34ec5dcc9
|
@ -2229,7 +2229,7 @@ class Client
|
||||||
if (is_callable($this->postUpdateFN) === true) {
|
if (is_callable($this->postUpdateFN) === true) {
|
||||||
call_user_func(
|
call_user_func(
|
||||||
$this->postUpdateFN,
|
$this->postUpdateFN,
|
||||||
$this->currentPackage,
|
(string) $version,
|
||||||
'server'
|
'server'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue