1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-less.git synced 2024-04-29 15:49:18 +03:00

...and again basedir

This commit is contained in:
Alexander Yakovlev 2013-05-30 18:48:00 +07:00
parent 55b982ecee
commit d480bbbb6d

View file

@ -105,7 +105,7 @@ class Less_Core
// if the file exists no need to generate
if ( ! file_exists(SYSPATH.$filename))
{
touch($filename, filemtime($file) - 3600);
touch(SYSPATH.$filename, filemtime($file) - 3600);
self::_ccompile($file, $filename);
}