Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit 1444b32

Browse files
committed
Merge pull request #1 from prtksxna/patch-1
Add flag SP_VARS
2 parents 2b9f025 + 15dc218 commit 1444b32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SimpleLightNCandy.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ public function addBlockHelper( $name, $fn ) {
5858
protected function getCompileOptions() {
5959
return array(
6060
'flags' => LightnCandy::FLAG_STANDALONE |
61+
LightnCandy::FLAG_SP_VARS |
6162
LightnCandy::FLAG_MUSTACHE |
6263
LightnCandy::FLAG_ERROR_EXCEPTION,
6364
'basedir' => array(

0 commit comments

Comments
 (0)