mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
#11737 Fix pgp update required message
This commit is contained in:
parent
de84f5fae9
commit
f96adf59e9
@ -1807,7 +1807,7 @@ class ConsoleSupervisor
|
|||||||
$this->cleanNotifications('NOTIF.PHP.SERIALIZE_PRECISION');
|
$this->cleanNotifications('NOTIF.PHP.SERIALIZE_PRECISION');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (version_compare('8.1', PHP_VERSION) >= 0) {
|
if (version_compare('8.0.29', PHP_VERSION) > 0) {
|
||||||
$url = 'https://www.php.net/supported-versions.php';
|
$url = 'https://www.php.net/supported-versions.php';
|
||||||
$this->notify(
|
$this->notify(
|
||||||
[
|
[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user