# HG changeset patch # User bsw # Date 1340901407 -7200 # Node ID e642bf11134725380751257c27263ddcc22fa0a0 # Parent 92da28b31fd34ebd4b5cacb3bdacedf3834d9dad Added missing config option diff -r 92da28b31fd3 -r e642bf111347 config/init.lua --- a/config/init.lua Thu Jun 28 17:55:02 2012 +0200 +++ b/config/init.lua Thu Jun 28 18:36:47 2012 +0200 @@ -49,6 +49,10 @@ config.public_access = "full" end +if config.locked_profile_fields == nil then + config.locked_profile_fields = {} +end + if not config.database then config.database = { engine='postgresql', dbname='liquid_feedback' } end