aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-07-03 14:56:48 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-07-03 14:56:48 -0700
commit37c78bcf055276b1e1817f718cfd36294f1f7d87 (patch)
tree39de2196b2e0c028980d2776d95deb8b53a5cdd5 /include/items.php
parent90a31f4ad511e8d53ebbf70397227c1804bb8ad0 (diff)
downloadvolse-hubzilla-37c78bcf055276b1e1817f718cfd36294f1f7d87.tar.gz
volse-hubzilla-37c78bcf055276b1e1817f718cfd36294f1f7d87.tar.bz2
volse-hubzilla-37c78bcf055276b1e1817f718cfd36294f1f7d87.zip
start doco cleanup
Diffstat (limited to 'include/items.php')
-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;
}
}