Changeset 18326 for extensions/Autosize


Ignore:
Timestamp:
Sep 28, 2012, 11:42:19 AM (12 years ago)
Author:
cljosse
Message:

[extensions] Autosize fix compatibility with 2.4, fix bug default-rules

File:
1 edited

Legend:

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

    r18325 r18326  
    644644               $mycssfile=$path."default-rules.css";
    645645
     646               if(!file_exists($mycssfile)){             
     647              return Array();
     648               }
     649
    646650      $ret =   file_get_contents ($mycssfile);
    647651
Note: See TracChangeset for help on using the changeset viewer.