Ignore:
Timestamp:
Oct 24, 2010, 2:57:11 PM (14 years ago)
Author:
cljosse
Message:

[Autosize][beta] fix bug.

File:
1 edited

Legend:

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

    r7354 r7375  
    114114 * conflit =============================================
    115115 */
    116         static public function cl_autosize_script($pictures)
    117         {       $my_path = dirname(__FILE__).'/';
    118                    global  $template,$user,$conf ;
     116        static public function cl_autosize_script()
     117        {
     118           global  $template,$user,$conf ;
     119
     120 
     121                $my_path = dirname(__FILE__).'/';
    119122                $template->set_filenames(
    120123                     array('autosize_cl_init'=> $my_path.'template/cl_conflit.tpl')
     
    128131                                                 );
    129132
    130                    $template->parse( 'autosize_cl_init', false);
    131 
    132  return $pictures;
     133                   return $template->parse( 'autosize_cl_init', false);
     134
    133135       
    134136        }// function cl_autosize_script
Note: See TracChangeset for help on using the changeset viewer.