Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Struart88 authored Jun 13, 2020
1 parent 136a39f commit fb30b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion require/class.Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public function getExifCopyright($url) {
elseif (isset($exif['copyright'])) $copyright = $exif['copyright'];
if ($copyright != '') {
$copyright = str_replace('Copyright ','',$copyright);
$copyright = str_replace('© ','',$copyright);
$copyright = str_replace('© ','',$copyright);
$copyright = str_replace('(c) ','',$copyright);
}
return $copyright;
Expand Down

0 comments on commit fb30b7f

Please sign in to comment.