diff options
author | friendica <info@friendica.com> | 2013-03-11 16:13:09 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-03-11 16:13:09 -0700 |
commit | b86277b0ff7aa7ea5e04a646b628785fc31f0c3e (patch) | |
tree | 2774bc8509ea21cff7d32a47650227c9e914c46d /include/conversation.php | |
parent | bcf4592cb078b6afc3b8c65cd5832cee17a38ffc (diff) | |
download | volse-hubzilla-b86277b0ff7aa7ea5e04a646b628785fc31f0c3e.tar.gz volse-hubzilla-b86277b0ff7aa7ea5e04a646b628785fc31f0c3e.tar.bz2 volse-hubzilla-b86277b0ff7aa7ea5e04a646b628785fc31f0c3e.zip |
dangerous typo that removes all your hublocs, fix reshare formatting
Diffstat (limited to 'include/conversation.php')
-rw-r--r-- | include/conversation.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/conversation.php b/include/conversation.php index 06bc7ff70..9a2ddd151 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -652,6 +652,7 @@ function conversation(&$a, $items, $mode, $update, $page_mode = 'traditional') { else { // Normal View +// logger('conv: items: ' . print_r($items,true)); require_once('include/ConversationObject.php'); require_once('include/ItemObject.php'); |