diff options
Diffstat (limited to 'modules/organize/helpers')
-rw-r--r-- | modules/organize/helpers/organize_task.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/organize/helpers/organize_task.php b/modules/organize/helpers/organize_task.php index 6c34692d..a3f9b717 100644 --- a/modules/organize/helpers/organize_task.php +++ b/modules/organize/helpers/organize_task.php @@ -97,7 +97,7 @@ class organize_task_Core { $parent->thumb_height = $item->thumb_height; $parent->save(); } - list ($height, $width) = $item->adjust_thumb_size(90); + list ($height, $width) = $item->scale_dimensions(90); $margin_top = (90 - $height) / 20; return array("src" => $item->thumb_url() . "?rnd=" . rand(), |