We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f755235 commit 9147d3dCopy full SHA for 9147d3d
src/Application/UI/Presenter.php
@@ -232,7 +232,7 @@ public function run(Application\Request $request)
232
$this->response->send($this->httpRequest, $this->httpResponse);
233
$this->sendPayload();
234
} elseif (!$this->response && $hasPayload) { // back compatibility for use terminate() instead of sendPayload()
235
- $this->sendPayload();
+ $this->sendPayload();
236
}
237
} catch (Application\AbortException $e) {
238
0 commit comments