1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-29 21:10:31 +02:00

[ticket/11603] Fix out dated comment

PHPBB3-11603
This commit is contained in:
Joas Schilling
2013-06-20 10:59:43 +02:00
parent 5f4daba160
commit b362fb44d2

View File

@@ -157,7 +157,7 @@ function api_url_request($url)
)));
$sub_request_result = array();
// Split possible headers from the body
// Check headers for pagination links
if (!empty($http_response_header))
{
foreach ($http_response_header as $header_element)