summaryrefslogtreecommitdiff
path: root/php
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2018-09-04 03:01:35 -0400
committerPaul Duncan <pabs@pablotron.org>2018-09-04 03:01:35 -0400
commit8bd5bf4afd83384bd091ad992d397b9f43c8cea0 (patch)
tree20733f757927b244969539918961680b57d3b75a /php
parentfd35fcc863735eee0b3740b39161b54bb77ed946 (diff)
downloadluigi-template-8bd5bf4afd83384bd091ad992d397b9f43c8cea0.tar.bz2
luigi-template-8bd5bf4afd83384bd091ad992d397b9f43c8cea0.zip
s/public/var/
Diffstat (limited to 'php')
-rw-r--r--php/src/Template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/php/src/Template.php b/php/src/Template.php
index 5bd9872..c91ce29 100644
--- a/php/src/Template.php
+++ b/php/src/Template.php
@@ -229,7 +229,7 @@ function parse_template(string $template) : array {
namespace Luigi;
-public $FILTERS = [
+var $FILTERS = [
'h' => function($s) {
return htmlspecialchars($v, ENT_QUOTES);
},