Skip to content
This repository has been archived by the owner on Dec 4, 2019. It is now read-only.

Commit

Permalink
Fix new topic error request.
Browse files Browse the repository at this point in the history
  • Loading branch information
franzliedke committed Aug 4, 2014
1 parent 4ab9676 commit a68cef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FluxBB/Actions/NewTopic.php
Expand Up @@ -81,6 +81,6 @@ protected function nextRequest()

protected function errorRequest()
{
return $this->request;
return new Request('new_topic', ['id' => $this->forum->id]);
}
}

0 comments on commit a68cef3

Please sign in to comment.