Fixed not passing user credentials to one of the 3 get posts calls.

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

ファイルの表示

@ -1394,7 +1394,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, $request);
else $uid = $this->getPostsOfUser($id, $from, $to);
else $uid = $this->getPostsOfUser($id, $from, $to, $request);
$udat = array();
$key = 0;