Minify version: SVN trunk 2010/12/29
Minify_Cache_File::store has a reference to $file in the "write control"
section, but that variable is never initialized.
It seems like it should be defined as an alias "$file = $this->_path . '/' .
$id;" and should be used in several places in the function for is_file, unlink
and file_put_contents instead of repeating the path construct.
Original issue reported on code.google.com by darp...@gmail.com on 30 Dec 2010 at 12:48
Original issue reported on code.google.com by
darp...@gmail.com
on 30 Dec 2010 at 12:48