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