X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FTemplateParser.php;h=4e60926870d8f1662e3b6a9babc9860d2e827a58;hb=9ddd146c262806e993ea66994f367a0a795e762d;hp=11a8e85656ab24bb171088fa22288f7c5ad60c2e;hpb=28b8d632ad487182c1f65c32dad9e921f80ccd02;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; } }