Skip to content

Commit

Permalink
Fixed #1241
Browse files Browse the repository at this point in the history
  • Loading branch information
samilliken committed Aug 5, 2020
1 parent 7952608 commit 6200eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/Device.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ function Dispose( $DispositionID ) {
if ($this->ChassisSlots>0 || $this->RearChassisSlots>0){
$descList=$this->GetDeviceDescendants();
foreach($descList as $child){
$child->Dispose();
$child->Dispose( $DispositionID );
}
}

Expand Down

0 comments on commit 6200eec

Please sign in to comment.