aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-05-04 19:18:54 -0700
committerzotlabs <mike@macgirvin.com>2017-05-04 19:30:49 -0700
commit93335cdb0e78ee14ca56314702c2a8517fda27ff (patch)
treef098f625f36053da276f8a8349bb0a92b4ab4737 /include
parentb4529229d2c4e832ec9ba1c99546d38f26111356 (diff)
downloadvolse-hubzilla-93335cdb0e78ee14ca56314702c2a8517fda27ff.tar.gz
volse-hubzilla-93335cdb0e78ee14ca56314702c2a8517fda27ff.tar.bz2
volse-hubzilla-93335cdb0e78ee14ca56314702c2a8517fda27ff.zip
typo
Diffstat (limited to 'include')
-rwxr-xr-xinclude/items.php2
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;