From 8ddfb3fba7babb4919f87ab00d114f7cd02960c1 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Fri, 16 Mar 2007 13:51:46 +0000 Subject: [PATCH] Leftover piece that didn't get committed in sandbox. (WFS Layer won't save without this.) git-svn-id: http://svn.openlayers.org/trunk/openlayers@2805 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/WFS.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/OpenLayers/Layer/WFS.js b/lib/OpenLayers/Layer/WFS.js index ffc564b95b..4461546b86 100644 --- a/lib/OpenLayers/Layer/WFS.js +++ b/lib/OpenLayers/Layer/WFS.js @@ -263,8 +263,7 @@ OpenLayers.Layer.WFS.prototype = var failure = this.commitFailure.bind(this) - // - OpenLayers.Ajax.serializeXMLToString(data); + data = OpenLayers.Ajax.serializeXMLToString(data); // from prototype.js new OpenLayers.Ajax.Request(url,