Merge branch '1.1.x'
This commit is contained in:
commit
b4dbd23ed2
@ -115,13 +115,7 @@ class QnashowquestionAction extends ShownoticeAction
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (count($answerIds) > 0) {
|
if (count($answerIds) > 0) {
|
||||||
$notice = new Notice();
|
$notice = Notice::multiGet('id', $answerIds);
|
||||||
$notice->query(
|
|
||||||
sprintf(
|
|
||||||
'SELECT notice.* FROM notice WHERE notice.id IN (%s)',
|
|
||||||
implode(',', $answerIds)
|
|
||||||
)
|
|
||||||
);
|
|
||||||
|
|
||||||
$nli = new NoticeList($notice, $this);
|
$nli = new NoticeList($notice, $this);
|
||||||
$nli->show();
|
$nli->show();
|
||||||
|
Loading…
Reference in New Issue
Block a user