liquid_feedback_frontend
diff config/example.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 | 9f8aa189cac4 |
children |
line diff
1.1 --- a/config/example.lua Thu Jun 28 16:16:02 2012 +0200 1.2 +++ b/config/example.lua Thu Jun 28 16:31:02 2012 +0200 1.3 @@ -39,8 +39,8 @@ 1.4 1.5 config.member_image_content_type = "image/jpeg" 1.6 config.member_image_convert_func = { 1.7 - avatar = function(data) return os.pfilter(data, "convert", "jpeg:-", "-thumbnail", "48x48", "jpeg:-") end, 1.8 - photo = function(data) return os.pfilter(data, "convert", "jpeg:-", "-thumbnail", "240x240", "jpeg:-") end 1.9 + avatar = function(data) return extos.pfilter(data, "convert", "jpeg:-", "-thumbnail", "48x48", "jpeg:-") end, 1.10 + photo = function(data) return extos.pfilter(data, "convert", "jpeg:-", "-thumbnail", "240x240", "jpeg:-") end 1.11 } 1.12 1.13 config.member_image_default_file = {