X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-updates.php;h=9af3c5b268017eed22d2e3d75e00b5683a6b51ef;hp=7e893ecc0c97ca57cbb8e3d178ed2760699c86be;hb=596c8ab32594401ca84abfbfe35513ddfff31bec;hpb=c15eee48f9da1469cf3cdca3a48ba2d3c382a7c9 diff --git a/inc/modules/admin/what-updates.php b/inc/modules/admin/what-updates.php index 7e893ecc0c..9af3c5b268 100644 --- a/inc/modules/admin/what-updates.php +++ b/inc/modules/admin/what-updates.php @@ -74,13 +74,13 @@ if (empty($response[0]) && empty($response[1]) && empty($response[2]) && empty($ // Is a newer version available? if (empty($ONLINE['version'])) { // Disconnected? - loadTemplate('admin_settings_unsaved', false, '{--ADMIN_CANNOT_CHECK_VERSION--} (' . $ONLINE['code'] . ')'); + loadTemplate('admin_settings_unsaved', FALSE, '{--ADMIN_CANNOT_CHECK_VERSION--} (' . $ONLINE['code'] . ')'); } elseif (($ONLINE['version'] != getFullVersion()) || ($ONLINE['revision'] > getCurrentRepositoryRevision())) { // New full-version available (all previous released patches are included in this version!) $ONLINE['changed'] = generateDateTime($ONLINE['changed'], 2); // Load template - loadTemplate('admin_update_download', false, $ONLINE); + loadTemplate('admin_update_download', FALSE, $ONLINE); } elseif ($ONLINE['revision'] < getCurrentRepositoryRevision()) { // Installed revision is newer than on server displayMessage('{--ADMIN_LOCAL_REVISION_IS_NEWER_THAN_UPDATE--}');