Merge pull request #583 from getgrav/feature/fix-checksum

Call finalizeObject on Config from loadCompiledFile() when cache is already built
This commit is contained in:
Matias Griese
2016-01-04 15:22:24 +02:00

View File

@@ -192,7 +192,9 @@ abstract class CompiledBase
}
$this->createObject($cache['data']);
$this->finalizeObject();
return true;
}