DataObjects/Images.php
authorAlan Knowles <alan@roojs.com>
Thu, 28 Jun 2018 06:22:40 +0000 (14:22 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 28 Jun 2018 06:22:40 +0000 (14:22 +0800)
DataObjects/Images.php

index 1b3cf84..aa92ee6 100644 (file)
@@ -118,7 +118,7 @@ class Pman_Core_DataObjects_Images extends DB_DataObject
             $this->mimetype = $y->fromFilename($filename);
         }
         
-        $this->mimetype= strtolower($this->mimetype);
+        $this->mimetype = strtolower($this->mimetype);
         
         $mta = explode('/', $this->mimetype);
         if (array_shift($mta) == 'image') {