diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-05-18 13:14:34 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-05-18 13:14:34 -0700 |
commit | 51db7536380d70e2047aa91c3a12809cc3444aa8 (patch) | |
tree | 359c67869e57a5c42aed637f63c2dd7953bddbb7 /mod/editpost.php | |
parent | e271035879660bc9996101f3a23d61c88ecd5f53 (diff) | |
parent | 7c7a5cba8fe6fd6dc15acc14954d9ba9ed632c00 (diff) | |
download | volse-hubzilla-51db7536380d70e2047aa91c3a12809cc3444aa8.tar.gz volse-hubzilla-51db7536380d70e2047aa91c3a12809cc3444aa8.tar.bz2 volse-hubzilla-51db7536380d70e2047aa91c3a12809cc3444aa8.zip |
Merge branch 'tres'
Diffstat (limited to 'mod/editpost.php')
-rw-r--r-- | mod/editpost.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/editpost.php b/mod/editpost.php index 58ebe31cb..0103e513c 100644 --- a/mod/editpost.php +++ b/mod/editpost.php @@ -55,7 +55,7 @@ function editpost_content(&$a) { - if($itm[0]['item_flags'] & ITEM_OBSCURED) { + if(intval($itm[0]['item_obscured'])) { $key = get_config('system','prvkey'); if($itm[0]['title']) $itm[0]['title'] = crypto_unencapsulate(json_decode_plus($itm[0]['title']),$key); |