From 80eaf8e0070975f67ba0cddf2911b2f23a918915 Mon Sep 17 00:00:00 2001 From: Zordius Chen Date: Mon, 21 Jul 2014 15:18:41 +0800 Subject: [PATCH] fix for subclass --- src/lightncandy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lightncandy.php b/src/lightncandy.php index 639f37c2..eb13c159 100644 --- a/src/lightncandy.php +++ b/src/lightncandy.php @@ -86,7 +86,7 @@ class LightnCandy { const POS_RSPACE = 9; const POS_ROTHER = 10; - private static $lastContext; + protected static $lastContext; /** * Compile handlebars template into PHP code.