aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xinclude/items.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php
index a3f423836..7b88ee7f3 100755
--- a/include/items.php
+++ b/include/items.php
@@ -1281,7 +1281,7 @@ function encode_item_flags($item) {
$ret[] = 'consensus';
if(intval($item['item_obscured']))
$ret[] = 'obscured';
- if(intval($item['item_privat']))
+ if(intval($item['item_private']))
$ret[] = 'private';
return $ret;