Skip to content
Snippets Groups Projects
Commit 3af564a2 authored by echicken's avatar echicken :chicken:
Browse files

get extended detail when reading file meta list

parent 4c93d71c
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ function dir_index(dir)
var sort = http_request.query["sort"];
if(sort !== undefined)
sort = parseInt(sort[0], 10);
var list = fb.get_list(FileBase.DETAIL.NORM, true, sort);
var list = fb.get_list(FileBase.DETAIL.EXTENDED, true, sort);
fb.close();
if(!list) {
write("file list is null");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment