From 4617c4218bb90c2674af227ccab2a60a6e30481a Mon Sep 17 00:00:00 2001 From: hufangzhou Date: Thu, 2 Dec 2021 15:11:05 +0800 Subject: [PATCH] * Remove the unused code. --- xuanxuan/module/message/ext/config/xuanxuan.php | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/xuanxuan/module/message/ext/config/xuanxuan.php b/xuanxuan/module/message/ext/config/xuanxuan.php index 7e1ba6a874..2c118573b6 100644 --- a/xuanxuan/module/message/ext/config/xuanxuan.php +++ b/xuanxuan/module/message/ext/config/xuanxuan.php @@ -1,7 +1,6 @@ message->available['xuanxuan']['story'] = $config->message->objectTypes['story']; -$config->message->available['xuanxuan']['task'] = $config->message->objectTypes['task']; -$config->message->available['xuanxuan']['bug'] = $config->message->objectTypes['bug']; -$config->message->available['xuanxuan']['todo'] = $config->message->objectTypes['todo']; -$config->message->available['xuanxuan']['release'] = $config->message->objectTypes['release']; -$config->message->setting['xuanxuan']['setting'] = $config->message->available['xuanxuan']; +$config->message->available['xuanxuan']['story'] = $config->message->objectTypes['story']; +$config->message->available['xuanxuan']['task'] = $config->message->objectTypes['task']; +$config->message->available['xuanxuan']['bug'] = $config->message->objectTypes['bug']; +$config->message->available['xuanxuan']['todo'] = $config->message->objectTypes['todo']; +$config->message->setting['xuanxuan']['setting'] = $config->message->available['xuanxuan'];