diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2016-02-18 21:52:48 +0100 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2016-02-18 21:52:48 +0100 |
| commit | f6fd819764016afe39dcc3c486b0fe73c9478ad5 (patch) | |
| tree | 43828d9b0761cf8144c59f032891249c7b79ac68 /phpBB/phpbb/template/twig/definition.php | |
| parent | 028191e7c2360b3bf0d3ed4b70cbf70364e3b230 (diff) | |
| parent | 58359b158716d6dc752c6a50b05b8dea7d5dfff4 (diff) | |
| download | forums-f6fd819764016afe39dcc3c486b0fe73c9478ad5.tar forums-f6fd819764016afe39dcc3c486b0fe73c9478ad5.tar.gz forums-f6fd819764016afe39dcc3c486b0fe73c9478ad5.tar.bz2 forums-f6fd819764016afe39dcc3c486b0fe73c9478ad5.tar.xz forums-f6fd819764016afe39dcc3c486b0fe73c9478ad5.zip | |
Merge pull request #4165 from Nicofuma/ticket/14457
[ticket/14457] Uses a random placeholder to inject css and js
Diffstat (limited to 'phpBB/phpbb/template/twig/definition.php')
| -rw-r--r-- | phpBB/phpbb/template/twig/definition.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/phpBB/phpbb/template/twig/definition.php b/phpBB/phpbb/template/twig/definition.php index 205f0e68ee..cb3c953692 100644 --- a/phpBB/phpbb/template/twig/definition.php +++ b/phpBB/phpbb/template/twig/definition.php @@ -19,10 +19,7 @@ namespace phpbb\template\twig; class definition { /** @var array **/ - protected $definitions = array( - 'SCRIPTS' => '__SCRIPTS_PLACEHOLDER__', - 'STYLESHEETS' => '__STYLESHEETS_PLACEHOLDER__' - ); + protected $definitions = array(); /** * Get a DEFINE'd variable |
