From 53bfaa206ad60abb170174e94c983091c0a4ffeb Mon Sep 17 00:00:00 2001 From: "alastair.mayer" Date: Wed, 24 Aug 2016 15:25:21 -0600 Subject: fix error where api identifiers were lingering between calls --- php-client/class.phpipam-api.php | 1 + 1 file changed, 1 insertion(+) diff --git a/php-client/class.phpipam-api.php b/php-client/class.phpipam-api.php index 2855e28..f1dd2fa 100644 --- a/php-client/class.phpipam-api.php +++ b/php-client/class.phpipam-api.php @@ -538,6 +538,7 @@ class phpipam_api_client { * @return void */ public function set_api_identifiers ($identifiers) { + $this->api_server_identifiers = false; // clear this to forget any previous settings if(is_array($identifiers)) { if(sizeof($identifiers)>0 && !$this->api_encrypt) { // reset -- cgit v1.2.3