mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-29 13:00:26 +02:00
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/11603] Fix out dated comment [ticket/11603] Fix usage note
This commit is contained in:
@@ -15,7 +15,7 @@ function show_usage()
|
|||||||
echo "$filename adds repositories of a github network as remotes to a local git repository.\n";
|
echo "$filename adds repositories of a github network as remotes to a local git repository.\n";
|
||||||
echo "\n";
|
echo "\n";
|
||||||
|
|
||||||
echo "Usage: [php] $filename -s collaborators|organisation|contributors|network [OPTIONS]\n";
|
echo "Usage: [php] $filename -s collaborators|organisation|contributors|forks [OPTIONS]\n";
|
||||||
echo "\n";
|
echo "\n";
|
||||||
|
|
||||||
echo "Scopes:\n";
|
echo "Scopes:\n";
|
||||||
@@ -157,7 +157,7 @@ function api_url_request($url)
|
|||||||
)));
|
)));
|
||||||
|
|
||||||
$sub_request_result = array();
|
$sub_request_result = array();
|
||||||
// Split possible headers from the body
|
// Check headers for pagination links
|
||||||
if (!empty($http_response_header))
|
if (!empty($http_response_header))
|
||||||
{
|
{
|
||||||
foreach ($http_response_header as $header_element)
|
foreach ($http_response_header as $header_element)
|
||||||
|
Reference in New Issue
Block a user