X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FTemplateParser.php;h=4e60926870d8f1662e3b6a9babc9860d2e827a58;hb=8035a00e8cf2bd3db6e8dbe0710cd3816a00c97a;hp=11a8e85656ab24bb171088fa22288f7c5ad60c2e;hpb=1e1c24d12c94a90442de5af89df393d1042a246a;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/TemplateParser.php b/includes/TemplateParser.php index 11a8e85656..4e60926870 100644 --- a/includes/TemplateParser.php +++ b/includes/TemplateParser.php @@ -1,4 +1,5 @@ compileFlags = $this->compileFlags | LightnCandy::FLAG_RUNTIMEPARTIAL; + $this->compileFlags |= LightnCandy::FLAG_RUNTIMEPARTIAL; } else { - $this->compileFlags = $this->compileFlags & ~LightnCandy::FLAG_RUNTIMEPARTIAL; + $this->compileFlags &= ~LightnCandy::FLAG_RUNTIMEPARTIAL; } }