DataObjects/Images.php
[Pman.Core] / DataObjects / Images.php
index 7558d16..aa92ee6 100644 (file)
@@ -118,9 +118,9 @@ 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)
+        $mta = explode('/', $this->mimetype);
         if (array_shift($mta) == 'image') { 
         
             $imgs = @getimagesize($file);