diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-07-03 14:56:48 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-07-03 14:56:48 -0700 |
commit | 37c78bcf055276b1e1817f718cfd36294f1f7d87 (patch) | |
tree | 39de2196b2e0c028980d2776d95deb8b53a5cdd5 /include/items.php | |
parent | 90a31f4ad511e8d53ebbf70397227c1804bb8ad0 (diff) | |
download | volse-hubzilla-37c78bcf055276b1e1817f718cfd36294f1f7d87.tar.gz volse-hubzilla-37c78bcf055276b1e1817f718cfd36294f1f7d87.tar.bz2 volse-hubzilla-37c78bcf055276b1e1817f718cfd36294f1f7d87.zip |
start doco cleanup
Diffstat (limited to 'include/items.php')
-rwxr-xr-x | include/items.php | 2 |
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; } } |