Menu

#43 Small error in Compressor class

open
nobody
None
5
2010-01-14
2010-01-14
Anonymous
No

edit_area_compressor.php, line 110
$cache_date= max($cache_date, filemtime("plugins/".$file."/".$file.".js"));
should be
$cache_date= max($cache_date, filemtime($plug_path.$file."/".$file.".js"));

Discussion


Log in to post a comment.