Issue Information
-
#000014
Issue Confirmations
-
Yes (0)No (0)
A call to $etomite->parseChunk($chunkName, $chunkArr, $prefix,$suffix) returns empty if you send an empty $chunkArr parameter. If yousend a data array in $chunkArr you will not experience any problems.
Steps to Reproduce
$output = $etomite->parseChunk($chunkName);
$output will be empty even if the chunk contains content.
$output = $etomite->parseChunk($chunkName, array('dummy'=>''));
$output will contain the chunk content because the $chunkArr parameter is not empty.
This bug has been resolved for the Prelude v1.2 release. A fix has alsobeen posted in the Etomite Prelude v1.0 Support subforum.
Steps to Reproduce
$output = $etomite->parseChunk($chunkName);
$output will be empty even if the chunk contains content.
$output = $etomite->parseChunk($chunkName, array('dummy'=>''));
$output will contain the chunk content because the $chunkArr parameter is not empty.
This bug has been resolved for the Prelude v1.2 release. A fix has alsobeen posted in the Etomite Prelude v1.0 Support subforum.
0 user(s) are reading this issue
0 members, 0 guests, 0 anonymous users











