From aba75b1083cb131622c93cf2bde379fe7106ba61 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Thu, 3 Jan 2019 16:36:24 +0800 Subject: [PATCH] * adjust code. --- module/bug/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/bug/model.php b/module/bug/model.php index 68cb2ba965..09e61c1d6e 100644 --- a/module/bug/model.php +++ b/module/bug/model.php @@ -2690,7 +2690,7 @@ class bugModel extends model $history = $this->action->getHistory($actionID); $action->history = isset($history[$actionID]) ? $history[$actionID] : array(); $action->appendLink = ''; - if(strpos($action->extra, ':')!== false) + if(strpos($action->extra, ':') !== false) { list($extra, $id) = explode(':', $action->extra); $action->extra = $extra;