From 5e87551c0493ee4374531327c78c9273561263d6 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Tue, 5 Nov 2019 14:58:26 +0100 Subject: [PATCH] [10.0.72.dev] correction de typo --- core/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.php b/core/core.php index c946a700..332c3c10 100644 --- a/core/core.php +++ b/core/core.php @@ -2693,7 +2693,7 @@ class layout extends common { if($this->getUser('group') >= self::GROUP_ADMIN) { $rightItems .= '
  • ' . template::ico('users') . '
  • '; $rightItems .= '
  • ' . template::ico('brush') . '
  • '; - $rightItems .= '
  • ' . template::ico('flag') . '
  • '; + $rightItems .= '
  • ' . template::ico('flag') . '
  • '; $rightItems .= '
  • ' . template::ico('cog-alt') . '
  • '; // Mise à jour automatique if(helper::checkNewVersion() ) {