Skip to content

Commit

Permalink
fix for subclass
Browse files Browse the repository at this point in the history
  • Loading branch information
Zordius Chen committed Jul 21, 2014
1 parent 6e88ba5 commit 80eaf8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lightncandy.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 80eaf8e

Please sign in to comment.