mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-25 10:59:15 +02:00
#9022 Fixed version
This commit is contained in:
parent
c9ca52e5b9
commit
672d48b49d
@ -2228,7 +2228,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…
x
Reference in New Issue
Block a user