aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rwxr-xr-xinclude/items.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/items.php b/include/items.php
index f7a1e4727..6484baeae 100755
--- a/include/items.php
+++ b/include/items.php
@@ -999,6 +999,8 @@ function get_item_elements($x) {
$arr['item_type'] = ITEM_TYPE_BUG;
if($x['item_restrict'] & 0x0800)
$arr['item_pending_remove'] = 1;
+ if($x['item_restrict'] & 0x1000)
+ $arr['item_type'] = ITEM_TYPE_DOC;
}
}