mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
fix speical tag get key
This commit is contained in:
+2
-2
@@ -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,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");
|
||||||
|
|||||||
Reference in New Issue
Block a user