@@ -396,7 +396,9 @@ |
||
| 396 | 396 | // @todo handle topic=0 board <> 0 indicating a new topic, we need a new sub to load those drafts. |
| 397 | 397 | $board = $req->getPost('board', 'intval', 0); |
| 398 | 398 | if (empty($topic) && !empty($board)) |
| 399 | - return false; |
|
| 399 | + { |
|
| 400 | + return false; |
|
| 401 | + } |
|
| 400 | 402 | |
| 401 | 403 | // Validate the request |
| 402 | 404 | if (!empty($topic) && $this->getApi() !== false && !$post_errors->hasError('session_timeout')) |