|
@@ -38,7 +38,7 @@
|
|
a better description of how this works.
|
|
a better description of how this works.
|
|
**/
|
|
**/
|
|
var $header = '';
|
|
var $header = '';
|
|
- var $entities = '';
|
|
|
|
|
|
+ var $entities = array();
|
|
|
|
|
|
function addEntity ($msg) {
|
|
function addEntity ($msg) {
|
|
$this->entities[] = $msg;
|
|
$this->entities[] = $msg;
|