Fixed browse single post.

このコミットが含まれているのは:
テクニカル諏訪子 2018-04-13 17:22:59 +09:00
コミット 6096b5e5ad
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -1029,7 +1029,7 @@ class BoardController extends Controller {
// All the user posts' user IDs.
if ($tp == 't') $uid = $this->getUserPosts($id, $from, $to, $request);
else if ($tp == 'p') $uid = $this->getUserPost($id);
else if ($tp == 'p') $uid = $this->getUserPost($id, $request);
else $uid = $this->getPostsOfUser($id, $from, $to);
$udat = array();
$key = 0;