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:19:24 -0700
commit977677d0051db24c6b7666a73c4dd6a48fe89377 (patch)
treea996de3c4e03a178aa90124ddae07fcd2720db67 /include
parentd6a3f7765adbbf5f58c08964932d25d3c0364439 (diff)
downloadvolse-hubzilla-977677d0051db24c6b7666a73c4dd6a48fe89377.tar.gz
volse-hubzilla-977677d0051db24c6b7666a73c4dd6a48fe89377.tar.bz2
volse-hubzilla-977677d0051db24c6b7666a73c4dd6a48fe89377.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;