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') . '
  • '; }