diff options
author | zotlabs <mike@macgirvin.com> | 2017-05-04 19:18:54 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-05-04 19:30:49 -0700 |
commit | 93335cdb0e78ee14ca56314702c2a8517fda27ff (patch) | |
tree | f098f625f36053da276f8a8349bb0a92b4ab4737 | |
parent | b4529229d2c4e832ec9ba1c99546d38f26111356 (diff) | |
download | volse-hubzilla-93335cdb0e78ee14ca56314702c2a8517fda27ff.tar.gz volse-hubzilla-93335cdb0e78ee14ca56314702c2a8517fda27ff.tar.bz2 volse-hubzilla-93335cdb0e78ee14ca56314702c2a8517fda27ff.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 c895a6d6e..ffb02a8f0 100755 --- a/include/items.php +++ b/include/items.php @@ -1323,7 +1323,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; |