Skip to content

Commit

Permalink
fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
schmitz-ilias committed Sep 25, 2024
1 parent 7b6fb4f commit ddf3b2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ protected function buildPublicAccessExportLink(int $rep_obj_id, int $obj_id): st
return '';
}

if (!$public_access->hasPublicAccessFile($rep_obj_id)) {
if (!$public_access->hasPublicAccessFile($this->data_factory->objId($rep_obj_id))) {
return '';
}

Expand Down

0 comments on commit ddf3b2a

Please sign in to comment.