diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-08-26 23:00:59 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-08-26 23:00:59 -0700 |
commit | 7b28c42693ff41da61abe4974c7a0a7412b6d6e5 (patch) | |
tree | a787a8bbf0462a881fe3cd5437c8cdd6a34dea17 /include/api.php | |
parent | 58ffa31e911ad985078107638aabe7c0a864f5ce (diff) | |
parent | 0b5bad4aa7968d22e1e9cf92a42d86579bd811ec (diff) | |
download | volse-hubzilla-7b28c42693ff41da61abe4974c7a0a7412b6d6e5.tar.gz volse-hubzilla-7b28c42693ff41da61abe4974c7a0a7412b6d6e5.tar.bz2 volse-hubzilla-7b28c42693ff41da61abe4974c7a0a7412b6d6e5.zip |
Merge https://github.com/redmatrix/redmatrix into pending_merge
Diffstat (limited to 'include/api.php')
-rw-r--r-- | include/api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/api.php b/include/api.php index d352129e9..6d71cfc33 100644 --- a/include/api.php +++ b/include/api.php @@ -660,7 +660,7 @@ require_once('include/items.php'); if($ii) { $ret['item'] = array(); foreach($ii as $iii) - $ret['item'][] = encode_item($iii); + $ret['item'][] = encode_item($iii,true); } } } |