aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-05-04 19:18:54 -0700
committerzotlabs <mike@macgirvin.com>2017-05-04 19:18:54 -0700
commitfaf98147882857f09ed5bdb694bebaae416b2526 (patch)
tree5bea2f35a688fdc097260f8158cac4f5ea62cd08 /include/items.php
parentb08af13872a698c85bb2cf9abd6651bc5c98f7bd (diff)
downloadvolse-hubzilla-faf98147882857f09ed5bdb694bebaae416b2526.tar.gz
volse-hubzilla-faf98147882857f09ed5bdb694bebaae416b2526.tar.bz2
volse-hubzilla-faf98147882857f09ed5bdb694bebaae416b2526.zip
typo
Diffstat (limited to 'include/items.php')
-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;