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.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.