Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions php-client/class.phpipam-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,7 @@ public function set_api_controller ($controller = false) {
* @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
Expand Down