Update storage.php
This commit is contained in:
parent
958f429403
commit
ea89b3a759
|
@ -156,6 +156,8 @@ if(!function_exists("read_storage_file")) {
|
|||
$result = get_parsed_json($result, array("stdClass" => true));
|
||||
} elseif($options['format'] == "xml") {
|
||||
$result = get_parsed_xml($result);
|
||||
} elseif($options['format'] == "dom") {
|
||||
$result = get_parsed_dom($result);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user