Fixed some display issues on the IP page
This commit is contained in:
parent
0dd0ea0385
commit
4d8f3a67ff
2
mod.php
2
mod.php
@ -661,7 +661,7 @@
|
||||
} else {
|
||||
$po = new Post($post['id'], $post['thread'], $post['subject'], $post['email'], $post['name'], $post['trip'], $post['body'], $post['time'], $post['thumb'], $post['thumbwidth'], $post['thumbheight'], $post['file'], $post['filewidth'], $post['fileheight'], $post['filesize'], $post['filename'], $post['ip'], $mod ? '?/' : $config['root'], $mod);
|
||||
}
|
||||
$temp .= $po->build() . '<hr/>';
|
||||
$temp .= $po->build(true) . '<hr/>';
|
||||
}
|
||||
|
||||
if(!empty($temp))
|
||||
|
Loading…
Reference in New Issue
Block a user