diff options
Diffstat (limited to 'p/api/greader.php')
| -rw-r--r-- | p/api/greader.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p/api/greader.php b/p/api/greader.php index d2fa810d0..fe6327cb0 100644 --- a/p/api/greader.php +++ b/p/api/greader.php @@ -992,7 +992,7 @@ final class GReaderAPI { } $pathInfo = urldecode($pathInfo); $pathInfo = '' . preg_replace('%^(/api)?(/greader\.php)?%', '', $pathInfo); //Discard common errors - if ($pathInfo == '') { + if ($pathInfo == '' && empty($_SERVER['QUERY_STRING'])) { exit('OK'); } $pathInfos = explode('/', $pathInfo); |
