mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 02:06:32 +02:00
[feature/twig] Remove reference to cachepath, it is not used publicly anymore
PHPBB3-11598
This commit is contained in:
@@ -30,9 +30,12 @@ class phpbb_template_twig implements phpbb_template
|
||||
|
||||
/**
|
||||
* Path of the cache directory for the template
|
||||
*
|
||||
* Cannot be changed during runtime.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
public $cachepath = '';
|
||||
private $cachepath = '';
|
||||
|
||||
/**
|
||||
* phpBB root path
|
||||
|
Reference in New Issue
Block a user