Update Topic page
This commit is contained in:
parent
c74ef4c196
commit
020518edbd
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ class Topic extends Page
|
|||
return $this->c->Message->message('Not Found', true, 404);
|
||||
}
|
||||
|
||||
if (! $posts = $topic->pageData()) {
|
||||
if (empty($posts = $topic->pageData())) {
|
||||
return $this->go('last', $topic);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue