From 0b9332fde9e3552649033625ab3aa4bca598b339 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Fri, 3 Jul 2015 14:30:42 -0700 Subject: in hubzilla we're going to convert doco to items. define it here so that an accidental import/export doesn't chuck a wobbly. --- include/items.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'include/items.php') diff --git a/include/items.php b/include/items.php index 1009530a4..73ed64116 100755 --- a/include/items.php +++ b/include/items.php @@ -1198,12 +1198,15 @@ function encode_item($item,$mirror = false) { case 2: $x['item_restrict'] |= ITEM_PDL; break; - case 2: + case 3: $x['item_restrict'] |= ITEM_WEBPAGE; break; - case 2: + case 4: $x['item_restrict'] |= ITEM_BUG; break; + case 5: + $x['item_restrict'] |= ITEM_DOC; + break; default: break; } -- cgit v1.2.3