liquid_feedback_frontend
diff app/main/index/download.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 | 8d91bccab0bf |
| children | 701a5cf6b067 |
line diff
1.1 --- a/app/main/index/download.lua Thu Jun 28 16:16:02 2012 +0200 1.2 +++ b/app/main/index/download.lua Thu Jun 28 16:31:02 2012 +0200 1.3 @@ -25,7 +25,7 @@ 1.4 } 1.5 1.6 1.7 -local file_list = os.listdir(config.download_dir) 1.8 +local file_list = extos.listdir(config.download_dir) 1.9 1.10 local tmp = {} 1.11 for i, filename in ipairs(file_list) do