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

index 630fbd4..052a3e8 100644 (file)
@@ -348,7 +348,7 @@ class Pman_Core_DataObjects_Images extends DB_DataObject
         }
         if (empty($sz[1])) {
             $ratio =  empty($this->width) ? 1 : $this->height/ ($this->width *1.0);
-            $sy = $ration * $sx;
+            $sy = $ratio * $sx;
         } else {
             $sy = $sz[1];
         }