diff --git a/admin/comments.php b/admin/comments.php index fe1ba6c2c..795e9bd0f 100644 --- a/admin/comments.php +++ b/admin/comments.php @@ -172,6 +172,7 @@ while ($row = pwg_db_fetch_assoc($result)) array( 'id'=>$row['image_id'], 'path'=>$row['path'], + 'representative_ext'=>$row['representative_ext'], ) ); if (empty($row['author_id']))