fix speical tag get key

This commit is contained in:
xiaomlove
2022-11-14 22:26:15 +08:00
parent c6762f60db
commit b6a7419461
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -51,8 +51,8 @@ class Tag extends NexusModel
public static function listSpecial(): array public static function listSpecial(): array
{ {
return array_filter([ return array_filter([
Setting::get('system.official_tag'), Setting::get('bonus.official_tag'),
Setting::get('system.zero_bonus_tag'), Setting::get('bonus.zero_bonus_tag'),
]); ]);
} }
+1 -1
View File
@@ -1,6 +1,6 @@
<?php <?php
defined('VERSION_NUMBER') || define('VERSION_NUMBER', '1.7.31'); defined('VERSION_NUMBER') || define('VERSION_NUMBER', '1.7.31');
defined('RELEASE_DATE') || define('RELEASE_DATE', '2022-11-10'); defined('RELEASE_DATE') || define('RELEASE_DATE', '2022-11-14');
defined('IN_TRACKER') || define('IN_TRACKER', false); defined('IN_TRACKER') || define('IN_TRACKER', false);
defined('PROJECTNAME') || define("PROJECTNAME","NexusPHP"); defined('PROJECTNAME') || define("PROJECTNAME","NexusPHP");
defined('NEXUSPHPURL') || define("NEXUSPHPURL","https://nexusphp.org"); defined('NEXUSPHPURL') || define("NEXUSPHPURL","https://nexusphp.org");