From e92e6d4da42ca6fd273cf9b4b4042af2cd00af83 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 16 Mar 2009 11:33:14 +0000 Subject: Oops, I used the wrong resize variables in my last change. --- core/models/item.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/models') diff --git a/core/models/item.php b/core/models/item.php index 06372842..0ca40503 100644 --- a/core/models/item.php +++ b/core/models/item.php @@ -351,8 +351,8 @@ class Item_Model extends ORM_MPTT { return " $this->resize_url(), "alt" => $this->title, - "width" => $resize_width, - "height" => $resize_height)) . + "width" => $this->resize_width, + "height" => $this->resize_height)) . "/>"; } -- cgit v1.2.3