| Issue 50: | PHP Notice: in the log files | |
| 2 people starred this issue and may be notified of changes. | Back to list |
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];
Feb 4, 2010
Project Member
#1
gtempacc...@yahoo.com
Cc:
sroussey
Feb 17, 2010
(No comment was entered for this change.)
Status:
Accepted
Owner: sroussey Cc: -sroussey |