aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-11-15 14:03:41 -0800
committerfriendica <info@friendica.com>2014-11-15 14:03:41 -0800
commitf299922df3fe1bdb55feca0e20ae3111ab3317b9 (patch)
tree48f90e5c5c6a2b0cd841d0671647ab7457609825 /include/conversation.php
parent87cdfc1751d1e2f16cf651393049c5f6fb1a8efb (diff)
downloadvolse-hubzilla-f299922df3fe1bdb55feca0e20ae3111ab3317b9.tar.gz
volse-hubzilla-f299922df3fe1bdb55feca0e20ae3111ab3317b9.tar.bz2
volse-hubzilla-f299922df3fe1bdb55feca0e20ae3111ab3317b9.zip
minor changes to support forum mode
Diffstat (limited to 'include/conversation.php')
-rw-r--r--include/conversation.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/conversation.php b/include/conversation.php
index c2258c20a..af8780549 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -853,8 +853,8 @@ function conversation(&$a, $items, $mode, $update, $page_mode = 'traditional', $
profiler($t3,$t4,'conversation template');
}
- if($page_mode === 'preview')
- logger('preview: ' . $o);
+// if($page_mode === 'preview')
+// logger('preview: ' . $o, LOGGER_DATA);
return $o;