From 68c5c8d04b442933a96006849e5261a989fc327e Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 20 Feb 2006 03:47:06 +0000 Subject: [PATCH] Do not place CDATA in a ['value'] index. This **breaks** the motherload --- xml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml.php b/xml.php index 534e29f..f989e53 100644 --- a/xml.php +++ b/xml.php @@ -285,7 +285,7 @@ class XML } } - $this->attribs['value'] = $this->cdata; + $this->attribs = $this->cdata; } $this->cdata = ''; -- 2.22.5