diff options
author | zotlabs <mike@macgirvin.com> | 2017-05-04 19:18:54 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-05-04 19:18:54 -0700 |
commit | faf98147882857f09ed5bdb694bebaae416b2526 (patch) | |
tree | 5bea2f35a688fdc097260f8158cac4f5ea62cd08 | |
parent | b08af13872a698c85bb2cf9abd6651bc5c98f7bd (diff) | |
download | volse-hubzilla-faf98147882857f09ed5bdb694bebaae416b2526.tar.gz volse-hubzilla-faf98147882857f09ed5bdb694bebaae416b2526.tar.bz2 volse-hubzilla-faf98147882857f09ed5bdb694bebaae416b2526.zip |
typo
-rwxr-xr-x | include/items.php | 2 |
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; |