We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4251e3 + 858cc2b commit 712f4f1Copy full SHA for 712f4f1
php-client/class.phpipam-api.php
@@ -547,7 +547,7 @@ public function set_api_identifiers ($identifiers) {
547
$this->api_server_identifiers = array();
548
foreach ($identifiers as $cnt=>$i) {
549
if($cnt==0) { $this->api_server_identifiers['id'] = $i; }
550
- else { $this->api_server_identifiers['id'.$i] = $i; }
+ else { $this->api_server_identifiers['id'.($cnt+1)] = $i; }
551
}
552
553
0 commit comments