- quickfix
This commit is contained in:
parent
ed0eb8225b
commit
8c7a4d730b
|
@ -180,6 +180,7 @@ class Picea implements LanguageRegistration
|
|||
{
|
||||
if ( $this->debug || ! $this->cache->compiled( $context->cacheFilename() ) ) {
|
||||
$context = $this->compileContext($context);
|
||||
|
||||
$this->cache->save($context);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue