This commit is contained in:
Fabien Potencier
2012-04-25 06:17:05 +02:00
parent 02f1c567b9
commit b0c435979f
+1 -1
View File
@@ -23,7 +23,7 @@ class Twig_NodeVisitor_Escaper implements Twig_NodeVisitorInterface
protected $safeAnalysis;
protected $traverser;
function __construct()
public function __construct()
{
$this->safeAnalysis = new Twig_NodeVisitor_SafeAnalysis();
}