Daniel-KM / Omeka-S-module-IiifServer

IIIF Server is a module for Omeka S that adds the IIIF specifications to serve any images and medias.
Other
17 stars 11 forks source link

'$logger->error()' should be '$logger->err()'? #18

Closed fukuchi closed 4 years ago

fukuchi commented 4 years ago

I'm checking the features of IIIF server module and accidentally kicked the error handler of BulkEdit.php and got this fatal error.

Error: Call to undefined method Zend\Log\Logger::error() in /home/fukuchi/omeka-s/modules/IiifServer/src/Job/BulkTiler.php:124

I guess 'error()' in the following line should be 'err()'?

https://github.com/Daniel-KM/Omeka-S-module-IiifServer/blob/023aa26c6a8eb0d55ddddd9aa4aceacf243de363/src/Job/BulkTiler.php#L124

Daniel-KM commented 4 years ago

Ok, thanks, it's fixed.