From 7db85004a0fc615adb403b290cd509e15e97ffe6 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Wed, 26 Jan 2022 11:41:36 +0100 Subject: [PATCH] addon -> plugin --- core/core.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core.php b/core/core.php index dd29cb4c..be85158e 100644 --- a/core/core.php +++ b/core/core.php @@ -58,7 +58,7 @@ class common { 'theme', 'user', 'translate', - 'addon' + 'plugin' ]; public static $accessList = [ 'user', @@ -2069,7 +2069,7 @@ class common { } if($this->getUser('group') >= self::GROUP_ADMIN) { $rightItems .= '
  • ' . template::ico('brush') . '
  • '; - $rightItems .= '
  • ' . template::ico('puzzle') . '
  • '; + $rightItems .= '
  • ' . template::ico('puzzle') . '
  • '; if ($this->getData(['config', 'i18n', 'enable']) === true) { $rightItems .= '
  • ' . template::ico('flag') . '
  • '; }