merge r11261 from trunk

bug:2328 wrong variable given

git-svn-id: http://piwigo.org/svn/branches/2.2@11263 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100
2011-06-07 19:16:16 +00:00
parent 910de87268
commit b2cff9bc2f
+1 -1
View File
@@ -462,7 +462,7 @@ SELECT c.id, name, permalink, uppercats, com.id as comment_id
);
$tpl_comment = array(
'ID' => $comment_id,
'ID' => $comment['comment_id'],
'U_PICTURE' => $url,
'TN_SRC' => $thumbnail_src,
'ALT' => $name,