liquid_feedback_frontend
diff app/main/index/document.lua @ 728:f49cdfb72567
Migration of extos calls from os.* to extos.* comleted
author | bsw |
---|---|
date | Thu Jun 28 16:31:02 2012 +0200 (2012-06-28) |
parents | a42bc1f0ed45 |
children | 701a5cf6b067 |
line diff
1.1 --- a/app/main/index/document.lua Thu Jun 28 16:16:02 2012 +0200 1.2 +++ b/app/main/index/document.lua Thu Jun 28 16:31:02 2012 +0200 1.3 @@ -17,7 +17,7 @@ 1.4 1.5 util.help("index.document", _"Download documents") 1.6 1.7 -local file_list = os.listdir(config.document_dir) 1.8 +local file_list = extos.listdir(config.document_dir) 1.9 1.10 local tmp = {} 1.11 for i, filename in ipairs(file_list) do