diff options
author | friendica <info@friendica.com> | 2014-11-15 14:03:41 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-11-15 14:03:41 -0800 |
commit | f299922df3fe1bdb55feca0e20ae3111ab3317b9 (patch) | |
tree | 48f90e5c5c6a2b0cd841d0671647ab7457609825 /include/conversation.php | |
parent | 87cdfc1751d1e2f16cf651393049c5f6fb1a8efb (diff) | |
download | volse-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.php | 4 |
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; |