@@ -877,10 +877,10 @@ |
||
| 877 | 877 | { |
| 878 | 878 | $queryParameterString = null; |
| 879 | 879 | foreach ([ODataConstants::HTTPQUERY_STRING_FILTER, |
| 880 | - ODataConstants::HTTPQUERY_STRING_EXPAND, |
|
| 881 | - ODataConstants::HTTPQUERY_STRING_ORDERBY, |
|
| 882 | - ODataConstants::HTTPQUERY_STRING_INLINECOUNT, |
|
| 883 | - ODataConstants::HTTPQUERY_STRING_SELECT,] as $queryOption) { |
|
| 880 | + ODataConstants::HTTPQUERY_STRING_EXPAND, |
|
| 881 | + ODataConstants::HTTPQUERY_STRING_ORDERBY, |
|
| 882 | + ODataConstants::HTTPQUERY_STRING_INLINECOUNT, |
|
| 883 | + ODataConstants::HTTPQUERY_STRING_SELECT,] as $queryOption) { |
|
| 884 | 884 | $value = $this->getService()->getHost()->getQueryStringItem($queryOption); |
| 885 | 885 | if (null !== $value) { |
| 886 | 886 | if (null !== $queryParameterString) { |