From de953aa37acebfc7a2119ff65359fdc70cb03d19 Mon Sep 17 00:00:00 2001 From: Michael Save Date: Fri, 13 Apr 2012 20:50:05 +1000 Subject: [PATCH] Bugfix: warning on report queue --- mod.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod.php b/mod.php index b22fddbb..f5332175 100644 --- a/mod.php +++ b/mod.php @@ -1554,7 +1554,7 @@ if(!$mod) { } $reports++; - openBoard($report['uri']); + openBoard($report['board']); if(!$post['thread']) { $po = new Thread($post['id'], $post['subject'], $post['email'], $post['name'], $post['trip'], $post['capcode'], $post['body'], $post['time'], $post['thumb'], $post['thumbwidth'], $post['thumbheight'], $post['file'], $post['filewidth'], $post['fileheight'], $post['filesize'], $post['filename'], $post['ip'], $post['sticky'], $post['locked'], $post['sage'], $post['embed'], '?/', $mod, false); @@ -1565,7 +1565,7 @@ if(!$mod) { $append_html = '
' . '
' . - 'Board: ' . sprintf($config['board_abbreviation'], $report['uri']) . '
' . + 'Board: ' . sprintf($config['board_abbreviation'], $report['board']) . '
' . 'Reason: ' . $report['reason'] . '
' . 'Report date: ' . strftime($config['post_date'], $report['time']) . '
' . (hasPermission($config['mod']['show_ip']) ?