Skip to content

Commit 7569cde

Browse files
committed
fix
1 parent 2030b51 commit 7569cde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

oc-includes/osclass/classes/ImageResizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ private function __construct($imagePath) {
5454
$this->_height = imagesy($this->im);
5555

5656
$this->_exif = array();
57-
if(function_exists('exif_Read_data')) {
57+
if(function_exists('exif_read_data')) {
5858
$this->_exif = exif_read_data($imagePath);
5959
}
6060

0 commit comments

Comments
 (0)