mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
Fix same token for warning and about
This commit is contained in:
parent
ba5e3a0f08
commit
4d24126252
@ -33,6 +33,7 @@
|
||||
|
||||
// Begin.
|
||||
global $config;
|
||||
global $pandora_version;
|
||||
|
||||
require_once $config['homedir'].'/vendor/autoload.php';
|
||||
require_once $config['homedir'].'/include/functions_update_manager.php';
|
||||
@ -215,7 +216,7 @@ if (is_ajax() !== true) {
|
||||
__(
|
||||
'Master server version %s does not match console version %s.',
|
||||
(float) $matches[1],
|
||||
(float) $current_package
|
||||
$pandora_version
|
||||
)
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user