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 712f4f1 + 53bfaa2 commit 990f06bCopy full SHA for 990f06b
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