diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-10-25 14:26:35 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-10-25 14:26:35 -0700 |
commit | 4369ee2ca71dfa0c868dfb89476d5263cf848138 (patch) | |
tree | 31401a5c25b6a33c11abb43fc4e42ea4bd8ccb1a /include/ItemObject.php | |
parent | a1163b70a6daf2f29eef4af8a4c97ceaaf96aa99 (diff) | |
parent | 4442da306a6a2ac88c6dd0ab10b21616fb66daf0 (diff) | |
download | volse-hubzilla-4369ee2ca71dfa0c868dfb89476d5263cf848138.tar.gz volse-hubzilla-4369ee2ca71dfa0c868dfb89476d5263cf848138.tar.bz2 volse-hubzilla-4369ee2ca71dfa0c868dfb89476d5263cf848138.zip |
Merge https://github.com/redmatrix/redmatrix into pending_merge
Diffstat (limited to 'include/ItemObject.php')
-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 d5601edf5..dea2f75bf 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 |