Skip to content

Commit

Permalink
sidecar vending fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin McFadden committed Dec 18, 2024
1 parent 5dddd91 commit 7b12d3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/models/filehandlers/Filehandlerbase.php
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,7 @@ public function priority() {
public function mungedSidecarData($sidecarData=null, $sidecarType=null) {
if(isset($sidecarType) && isset($sidecarData) && isset($sidecarData[$sidecarType])) {
$sidecarData = $sidecarData[$sidecarType];
return $sidecarData;
}
else {
return null;
Expand Down

0 comments on commit 7b12d3e

Please sign in to comment.