We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2030b51 commit 7569cdeCopy full SHA for 7569cde
1 file changed
oc-includes/osclass/classes/ImageResizer.php
@@ -54,7 +54,7 @@ private function __construct($imagePath) {
54
$this->_height = imagesy($this->im);
55
56
$this->_exif = array();
57
- if(function_exists('exif_Read_data')) {
+ if(function_exists('exif_read_data')) {
58
$this->_exif = exif_read_data($imagePath);
59
}
60
0 commit comments