diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-11-03 20:46:47 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-11-03 20:46:47 -0800 |
commit | 77a03e376c5b39d26c1bb5bc5f442b5e7fa1437e (patch) | |
tree | e872084f46ebc7dea9c2ca0198e333a4390bc2a3 /include | |
parent | 877b3361c8145465f81ef9435031826f72b37001 (diff) | |
parent | 5dade2b608affa50e830bf0b93888c2b0570a2bb (diff) | |
download | volse-hubzilla-77a03e376c5b39d26c1bb5bc5f442b5e7fa1437e.tar.gz volse-hubzilla-77a03e376c5b39d26c1bb5bc5f442b5e7fa1437e.tar.bz2 volse-hubzilla-77a03e376c5b39d26c1bb5bc5f442b5e7fa1437e.zip |
Merge https://github.com/redmatrix/redmatrix into pending_merge
Conflicts:
include/photo/photo_driver.php
include/text.php
mod/post.php
Diffstat (limited to 'include')
-rw-r--r-- | include/ItemObject.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ItemObject.php b/include/ItemObject.php index c5c2cb2e6..34500efb9 100644 --- a/include/ItemObject.php +++ b/include/ItemObject.php @@ -263,6 +263,7 @@ class Item extends BaseObject { localize_item($item); + $body = prepare_body($item,true); // $viewthread (below) is only valid in list mode. If this is a channel page, build the thread viewing link |