mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
All Cloudlog-occurences with capital C and lowercase loudlog to Wavelog
This commit is contained in:
@@ -11,7 +11,7 @@ if($data['format'] == "xml") {
|
||||
|
||||
// Get the method called, and build the root node
|
||||
$call = $data['queryInfo']['call'];
|
||||
$rootNode = $xmlDoc->createElement("Cloudlog-API");
|
||||
$rootNode = $xmlDoc->createElement("Wavelog-API");
|
||||
$parentNode = $xmlDoc->appendChild($rootNode);
|
||||
|
||||
// Get the results output
|
||||
|
||||
Reference in New Issue
Block a user