Skip to content
Snippets Groups Projects
Commit f50ce330 authored by Aaron Bauman's avatar Aaron Bauman
Browse files

s/sfapi/this/

parent 5fa1507c
No related branches found
No related tags found
No related merge requests found
...@@ -611,7 +611,7 @@ class RestClient implements RestClientInterface { ...@@ -611,7 +611,7 @@ class RestClient implements RestClientInterface {
'records' => [], 'records' => [],
]); ]);
} }
$version_path = parse_url($sfapi->getApiEndPoint(), PHP_URL_PATH); $version_path = parse_url($this->getApiEndPoint(), PHP_URL_PATH);
$next_records_url = str_replace($version_path, '', $results->nextRecordsUrl()); $next_records_url = str_replace($version_path, '', $results->nextRecordsUrl());
return new SelectQueryResult($this->apiCall($next_records_url)); return new SelectQueryResult($this->apiCall($next_records_url));
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment