fix broken if

This commit is contained in:
Bernhard Posselt 2014-05-06 19:09:03 +02:00
parent d8da79cab0
commit ede7325772
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ class Dispatcher {
(
$this->request->method === 'GET' ||
strpos($this->request->getHeader('Content-Type'),
'application/x-www-form-urlencoded') !== false)
'application/x-www-form-urlencoded') !== false
)
) {
$value = false;