centurion-project / Centurion

Centurion is an open-source CMS delivered as a flexible PHP5 Content Management Framework
http://www.centurion-project.org
197 stars 51 forks source link

Undefined index: application/octet-stream in /Centurion/Image/Adapter/GD.php #108

Open aurmil opened 10 years ago

aurmil commented 10 years ago

for some reason (don't know which one), mime type of some images is detected as "application/octet-stream" Centurion_Image_Adapter_GD::save() does not manage this case should check "isset($this->_imgCreators[...])"