Item: new method get_comment_box

This commit is contained in:
Domovoy 2012-08-12 16:02:47 +02:00
parent d603f76678
commit 71f11a9a32
3 changed files with 68 additions and 43 deletions

View file

@ -870,7 +870,7 @@ function conversation(&$a, $items, $mode, $update, $preview = false) {
}
}
$threads = $conv->get_template_data($cmnt_tpl, $alike, $dlike);
$threads = $conv->get_template_data($alike, $dlike);
if(!$threads) {
logger('[ERROR] conversation : Failed to get template data.', LOGGER_DEBUG);
$threads = array();