DataObjects/Images.php
authorAlan Knowles <alan@akbkhome.com>
Fri, 8 Apr 2011 11:22:02 +0000 (19:22 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 8 Apr 2011 11:22:02 +0000 (19:22 +0800)
DataObjects/Images.php

index 3c1d77a..7edb0f9 100644 (file)
@@ -341,7 +341,7 @@ class Pman_Core_DataObjects_Images extends DB_DataObject
         $sz = explode('x', $size);
         $sx = $sz[0];
         //var_dump($sz);
-        if (!$this->id) {
+        if (!$this->id || empty($this->width) {
             $this->height = $sx;
             $this->width = empty($sz[1]) ? $sx : $sz[1];
             $sy = $this->width ;