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"));
Log in to post a comment.