fix broken if

remotes/origin/ldap_group_count
Bernhard Posselt 11 years ago
parent d8da79cab0
commit ede7325772
  1. 2
      lib/private/appframework/http/dispatcher.php

@ -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;

Loading…
Cancel
Save