Commit c30a5897908ff73b78d11180e4aabde7f9460cc8

Authored by Benjamin Renard
1 parent 2a42aad3
Exists in master and in 3 other branches WIP, epntap, ubuntu

Fix typo

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/DDSERVICES/SOAP/DDserverWeb.php
... ... @@ -493,7 +493,7 @@
493 493 }
494 494  
495 495  
496   - function getGranules($dataset)
  496 + function getGranules($dataSet)
497 497 {
498 498 $referXML = baseDir."/DDsys.xml";
499 499 $DDsys = new DOMDocument("1.0");
... ...