Skip to content

Commit

Permalink
Schreibfehler korrigiert
Browse files Browse the repository at this point in the history
  • Loading branch information
tbaddade authored Jan 20, 2024
1 parent 73c6c8c commit 538a1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/neues_entry.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public function setImages(?array $images): self
*/
public function getMedia(): ?rex_media
{
if (rex_addon::get('media_manager_resposnive')->isAvailable()) {
if (rex_addon::get('media_manager_responsive')->isAvailable()) {
return rex_media_plus::get($this->getImage());
}
return rex_media::get($this->getImage());
Expand Down

0 comments on commit 538a1b8

Please sign in to comment.