Update storage.php

This commit is contained in:
Namhyeon Go 2018-10-21 04:00:21 +09:00 committed by GitHub
parent 958f429403
commit ea89b3a759
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}
}
}