Skip to content

Commit

Permalink
QA: Fix Syntax Error
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness committed Nov 23, 2023
1 parent 1b2f054 commit ec83e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api_device.php
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@ function api_device_save($id, $device_template_id, $description, $hostname, $snm
array($id));

if (cacti_sizeof($previous)) {
$previous_poller = $previous['poller_id';
$previous_poller = $previous['poller_id'];
} else {
$previous_poller = 0;
}
Expand Down

0 comments on commit ec83e5e

Please sign in to comment.