Skip to content

Commit

Permalink
Wrong index for subject in SSI (boardNews) - fixes #2595
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuele45 committed Jul 17, 2016
1 parent 8aa9eba commit 90a933a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SSI.php
Expand Up @@ -1704,7 +1704,7 @@ function ssi_boardNews($board = null, $limit = null, $start = null, $length = nu
$preview = 'first';

$row['body'] = $row[$preview . '_body'];
$row['subject'] = $row[$preview . '_body'];
$row['subject'] = $row[$preview . '_subject'];
$row['id_msg'] = $row['id_' . $preview . '_msg'];
$row['icon'] = $row[$preview . '_icon'];
$row['id_member'] = $row[$preview . '_id_member'];
Expand Down

0 comments on commit 90a933a

Please sign in to comment.