]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-updates.php
A lot calls saved, expression language rewritten:
[mailer.git] / inc / modules / admin / what-updates.php
index 0219bab845f1aba6e987d3ef289ec016890bf8fe..8955a29616ad3a56bd4dcd3c8ef38e8cc77451a9 100644 (file)
@@ -91,7 +91,7 @@ if (empty($response[0]) && empty($response[1]) && empty($response[2]) && empty($
 if (empty($ONLINE['version'])) {
        // Disconnected?
        loadTemplate('admin_settings_saved', false, '<div class="admin_failed">{--ADMIN_CANNOT_CHECK_VERSION--} (' . $ONLINE['code'] . ')</div>');
-} elseif (($ONLINE['version'] != getConfig('FULL_VERSION')) || ($ONLINE['revision'] != getConfig('CURR_SVN_REVISION'))) {
+} elseif (($ONLINE['version'] != getFullVersion()) || ($ONLINE['revision'] != getCurrSvnRevision())) {
        // New full-version available (all previous released patches are included in this version!)
        $ONLINE['changed'] = generateDateTime($ONLINE['changed'], 2);