Commit b84e2792155e8ccf6b10cc1ba026ae72a7ea731a

Authored by Elena.Budnik
1 parent 01502c7f

getdataSetInfo returns DOM, not XML!!!

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
php/WebServices/WebServer.php
... ... @@ -111,7 +111,7 @@ class WebServer
111 111 if (!@$dataSetDom->load($dataSetXml))
112 112 $this->throwError("systemError", "Cannot load info file for dataset ".$id);
113 113  
114   - return $dataSetXml;
  114 + return $dataSetDom;
115 115 }
116 116  
117 117 /*
... ...