Ignore:
Timestamp:
Jan 8, 2013, 12:01:54 PM (11 years ago)
Author:
cljosse
Message:

[extensions] Autosize fix warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Autosize/autosize.inc.php

    r19859 r19986  
    10541054static public function Get_Size($Img_Select){
    10551055      global  $max_crop;
    1056              $imgWH  =  $Img_Select->get_size();         
    1057             $img_type  =  $Img_Select->get_type();         
     1056            $imgWH  =  $Img_Select->get_size();   
     1057            $img_type  =  $Img_Select->get_type();     
     1058            if( $img_type =="Original")  return ;
    10581059              $smaller = ImageStdParams::get_by_type($img_type);   
    10591060              $max_crop=0;
Note: See TracChangeset for help on using the changeset viewer.