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) ...@@ -73,7 +73,7 @@ function dir_index(dir)
var sort = http_request.query["sort"]; var sort = http_request.query["sort"];
if(sort !== undefined) if(sort !== undefined)
sort = parseInt(sort[0], 10); 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(); fb.close();
if(!list) { if(!list) {
write("file list is null"); write("file list is null");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment