$comments > $commentbox

This commit is contained in:
marijus 2014-10-15 22:41:42 +02:00
parent 04a254d94a
commit 997ec0911c

View File

@ -999,7 +999,7 @@ function photos_content(&$a) {
$comments = ''; $comments = '';
if(! count($r)) { if(! count($r)) {
if($can_post || $can_comment) { if($can_post || $can_comment) {
$comments .= replace_macros($cmnt_tpl,array( $commentbox = replace_macros($cmnt_tpl,array(
'$return_path' => '', '$return_path' => '',
'$mode' => 'photos', '$mode' => 'photos',
'$jsreload' => $return_url, '$jsreload' => $return_url,