diff --git a/module/tree/model.php b/module/tree/model.php index 8dc7a02232..5977587055 100644 --- a/module/tree/model.php +++ b/module/tree/model.php @@ -504,7 +504,7 @@ class treeModel extends model static $users; if(empty($users)) $users = $this->loadModel('user')->getPairs('noletter'); $linkHtml = $module->name; - $linkHtml .= $module->type != 'story' ? ' [' . strtoupper(substr($module->type, 0, 1)) . ']' : ''; + $linkHtml .= $module->type != 'story' ? ' [' . strtoupper(substr($module->type, 0, 1)) . ']' : ''; if($type == 'bug' and $module->owner) $linkHtml .= '[' . $users[$module->owner] . ']'; if($type != 'story' and $module->type == 'story') {