Skip to content

Commit

Permalink
Merge pull request #32 from akrys/develop
Browse files Browse the repository at this point in the history
Bug fix: falsche Variable ersetzen
  • Loading branch information
akrys authored Nov 5, 2023
2 parents 0ec84d0 + 0f7cab9 commit e47850d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/ExifData.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public function get(string $index = null)
return $this->exif[$index];
}

return $data;
return $this->exif;
}

/**
Expand Down
2 changes: 1 addition & 1 deletion package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package: mediapool_exif
version: '2.1.1'
version: '2.1.2'
author: 'FriendsOfREDAXO'
supportpage: https://github.com/FriendsOfREDAXO/mediapool_exif

Expand Down

0 comments on commit e47850d

Please sign in to comment.