1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-less.git synced 2024-05-17 00:18:15 +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 the file exists no need to generate
if ( ! file_exists(SYSPATH.$filename)) if ( ! file_exists(SYSPATH.$filename))
{ {
touch($filename, filemtime($file) - 3600); touch(SYSPATH.$filename, filemtime($file) - 3600);
self::_ccompile($file, $filename); self::_ccompile($file, $filename);
} }