mirror of
https://github.com/Circlepuller/Tinyboard.git
synced 2025-04-22 15:21:57 +02:00
And some super calls...
This commit is contained in:
parent
4a155d7e89
commit
71d630e122
@ -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?
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user