From 8c7efe9aa816480b7ea28cd1b270c4065c917e9e Mon Sep 17 00:00:00 2001 From: fredtempez Date: Sun, 1 Mar 2020 16:49:07 +0100 Subject: [PATCH] Merge master 9.2.23 --- core/core.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/core.php b/core/core.php index fed7b68d..55f02a9f 100644 --- a/core/core.php +++ b/core/core.php @@ -2248,7 +2248,6 @@ class layout extends common { if( $this->getData(['config','autoUpdate']) === true && $lastAutoUpdate > $this->getData(['core','lastAutoUpdate']) + 604800 ) { $this->setData(['core','lastAutoUpdate',$lastAutoUpdate]); - $this->saveData(); if ( helper::checkNewVersion(common::ZWII_UPDATE_CHANNEL) ) { $rightItems .= '
  • ' . template::ico('update colorRed') . '
  • '; }