What steps will reproduce the problem?
1. print JsonTemplateModule::expand($tmpl,$data);
What is the expected output? What do you see instead?
----
No Error in the log. Errors in the log.
What version of the product are you using? On what operating system?
----
HEAD version of the PHP code base, Apache2, PHP 5.3, OSX
Please provide any additional information below.
----
These two code line will remove the errors found in the log.
Line 187: if(!isset($formatter) || !$formatter){
Line 267: if(isset($this->statements[$clause])) return
$this->statements[$clause];
Original issue reported on code.google.com by capecod...@googlemail.com on 2 Feb 2010 at 7:10
Original issue reported on code.google.com by
capecod...@googlemail.com
on 2 Feb 2010 at 7:10