Ignore:
Timestamp:
Nov 15, 2012, 11:21:22 AM (11 years ago)
Author:
cljosse
Message:

[extensions] Autosize fix compatibility with 2.4 (compatibility charlie's,iframe )

File:
1 edited

Legend:

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

    r19003 r19030  
    619619                                        $template->concat('PLUGIN_PICTURE_ACTIONS', $template->parse('cl_bp', true));
    620620                                }
    621 
    622621
    623622                                 $template->set_filenames(
     
    853852    $derivative=$current['derivatives'][$last_derivative] ;   
    854853    $img_all= $derivative->get_all($derivative->src_image);
    855    
    856854
    857855    $retour = (object) '';
     
    983981     }
    984982
    985    if(preg_match("|get_infos|", $DEBUG_autosize, $val)) $infos_message .= $retour->type . " " . $retour->url ;
    986983  if (!isset( $retour->type)){     
    987984                  $retour=$last_image;
     
    996993             
    997994}
    998 
    999 
    1000 
    1001995      if($nofile > 0){ 
    1002996        $set_miniature=$No_files ;
    1003997      }
    1004 
    1005998
    1006999    if(preg_match("|get_infos|", $DEBUG_autosize, $val))
Note: See TracChangeset for help on using the changeset viewer.