@@ -501,10 +501,10 @@ |
||
501 | 501 | { |
502 | 502 | $queryParameterString = null; |
503 | 503 | foreach ([ODataConstants::HTTPQUERY_STRING_FILTER, |
504 | - ODataConstants::HTTPQUERY_STRING_EXPAND, |
|
505 | - ODataConstants::HTTPQUERY_STRING_ORDERBY, |
|
506 | - ODataConstants::HTTPQUERY_STRING_INLINECOUNT, |
|
507 | - ODataConstants::HTTPQUERY_STRING_SELECT, ] as $queryOption) { |
|
504 | + ODataConstants::HTTPQUERY_STRING_EXPAND, |
|
505 | + ODataConstants::HTTPQUERY_STRING_ORDERBY, |
|
506 | + ODataConstants::HTTPQUERY_STRING_INLINECOUNT, |
|
507 | + ODataConstants::HTTPQUERY_STRING_SELECT, ] as $queryOption) { |
|
508 | 508 | $value = $this->getService()->getHost()->getQueryStringItem($queryOption); |
509 | 509 | if (!is_null($value)) { |
510 | 510 | if (!is_null($queryParameterString)) { |