Skip to content

Commit

Permalink
Badge: Left TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
mjansenDatabay committed Oct 28, 2024
1 parent b56bf0f commit 207b70a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/ILIAS/Badge/classes/class.ilBadge.php
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ public function getImagePath(

return "img" . $this->getId() . "." . $suffix;
} else {
// TODO gvollbach: This seems to be dead code, the $image_rid is never used
$image_rid = $this->getImageRid();
# $image_src = $this->badge_image_service->getImageFromBadge($a_badge);
}
Expand Down

0 comments on commit 207b70a

Please sign in to comment.