And some super calls...

This commit is contained in:
Daniel Saunders 2018-05-11 23:32:20 -04:00
parent 4a155d7e89
commit 71d630e122

View File

@ -77,7 +77,17 @@ class Twig_Cache_TinyboardFilesystem extends Twig_Cache_Filesystem
{
private $directory;
private $options;
/**
* {@inheritdoc}
*/
public function __construct($directory, $options = 0)
{
parent::__construct($directory, $options);
$this->directory = $directory;
}
/**
* This function was removed in Twig 2.x due to developer views on the Twig library. Who says we can't keep it for ourselves though?
*/