mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 17:23:04 +02:00
transmit comment ID to template on comments and picture_comment
git-svn-id: http://piwigo.org/svn/trunk@11236 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -462,6 +462,7 @@ SELECT c.id, name, permalink, uppercats, com.id as comment_id
|
||||
);
|
||||
|
||||
$tpl_comment = array(
|
||||
'ID' => $comment_id,
|
||||
'U_PICTURE' => $url,
|
||||
'TN_SRC' => $thumbnail_src,
|
||||
'ALT' => $name,
|
||||
|
||||
Reference in New Issue
Block a user