Changeset 1598


Ignore:
Timestamp:
2010년 02월 04일 11시 12분 01초 (2 years ago)
Author:
yupmin
Message:

썸네일 생성오류 수정

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/metabbs/app/models/attachment.php

    r1578 r1598  
    6666                        switch ($thumbnail_kind) { 
    6767                                case 4: 
    68                                         $options = array('width' => $thumbnail_width, 'width' => $thumbnail_height); 
     68                                        $options = array('width' => $thumbnail_width, 'height' => $thumbnail_height); 
    6969                                        break; 
    7070                                default: 
Note: See TracChangeset for help on using the changeset viewer.