Uses the proper Kohana cache directory.

This commit is contained in:
Paul Schwarz 2014-04-05 19:38:48 +04:00
parent 4bc7dc94a2
commit f766b9c130

View file

@ -23,7 +23,7 @@ class Kohana_Kostache {
'escape' => function($value) {
return HTML::chars($value);
},
'cache' => APPPATH.'cache/mustache',
'cache' => Kohana::$cache_dir.DIRECTORY_SEPARATOR.'mustache',
)
);