forked from ZwiiCMS-Team/ZwiiCMS
Merge master 9.2.23
This commit is contained in:
parent
e602d4df4c
commit
8c7efe9aa8
@ -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 .= '<li><a id="barUpdate" href="' . helper::baseUrl() . 'install/update" data-tippy-content="Mettre à jour Zwii '. common::ZWII_VERSION .' vers '. helper::getOnlineVersion(common::ZWII_UPDATE_CHANNEL) .'">' . template::ico('update colorRed') . '</a></li>';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user