diff --git a/lib/OpenLayers/Layer/ArcIMS.js b/lib/OpenLayers/Layer/ArcIMS.js index b3a1ddb791..834fdcd51b 100644 --- a/lib/OpenLayers/Layer/ArcIMS.js +++ b/lib/OpenLayers/Layer/ArcIMS.js @@ -412,7 +412,7 @@ OpenLayers.Layer.ArcIMS = OpenLayers.Class(OpenLayers.Layer.Grid, { if (!arcxml.iserror()) { // if the arcxml is not an error, call the callback with the features parsed - callback.call(scope, arcxml.features); + callback.call(scope, response.features); } else { // if the arcxml is an error, return null features selected callback.call(scope, null);