Browse Source

Fixed some display issues on the IP page

pull/40/head
Savetheinternet 13 years ago
parent
commit
4d8f3a67ff
  1. 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…
Cancel
Save