aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authormrjive <mrjive@mrjive.it>2015-09-23 17:13:55 +0200
committermrjive <mrjive@mrjive.it>2015-09-23 17:13:55 +0200
commit006ca4421a7027ccee4612beb99a1f9976146070 (patch)
tree114c0dc95c4cf3baa514de13ca2ed0c1759dd388 /include/items.php
parent5ec3d3e36d8bb7918b844b4ebbeb878c4b45e30d (diff)
parentf506f73d3fc80fb68f63f654b5e93a6920780d6f (diff)
downloadvolse-hubzilla-006ca4421a7027ccee4612beb99a1f9976146070.tar.gz
volse-hubzilla-006ca4421a7027ccee4612beb99a1f9976146070.tar.bz2
volse-hubzilla-006ca4421a7027ccee4612beb99a1f9976146070.zip
Merge pull request #4 from redmatrix/master
updating from original codebase
Diffstat (limited to 'include/items.php')
-rwxr-xr-xinclude/items.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/items.php b/include/items.php
index b209e55c5..7793d1fb2 100755
--- a/include/items.php
+++ b/include/items.php
@@ -836,6 +836,7 @@ function title_is_body($title, $body) {
function get_item_elements($x,$allow_code = false) {
$arr = array();
+
if($allow_code)
$arr['body'] = $x['body'];
else