fix typo
This commit is contained in:
parent
d0e7443a3c
commit
15005a2f17
|
@ -569,7 +569,7 @@ function getZMVersionHTML() {
|
|||
$class = 'text-danger';
|
||||
$tt_text = translate('RunLocalUpdate');
|
||||
$content = 'v'.ZM_VERSION.PHP_EOL;
|
||||
} else if ( false ) { // No update needed
|
||||
} else if ( verNum( ZM_DYN_LAST_VERSION ) <= verNum( ZM_VERSION ) ) { // No update needed
|
||||
$class = ''; // Don't change the text color under normal conditions
|
||||
$tt_text = translate('UpdateNotNecessary');
|
||||
$content = 'v'.ZM_VERSION.PHP_EOL;
|
||||
|
|
Loading…
Reference in New Issue