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.
1 parent 858cc2b commit 53bfaa2Copy full SHA for 53bfaa2
php-client/class.phpipam-api.php
@@ -538,6 +538,7 @@ public function set_api_controller ($controller = false) {
538
* @return void
539
*/
540
public function set_api_identifiers ($identifiers) {
541
+ $this->api_server_identifiers = false; // clear this to forget any previous settings
542
if(is_array($identifiers)) {
543
if(sizeof($identifiers)>0 && !$this->api_encrypt) {
544
// reset
0 commit comments