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:
Daniel Rodriguez 2022-06-16 08:42:39 +00:00
commit f34ec5dcc9
1 changed files with 1 additions and 1 deletions

View File

@ -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'
); );
} }