auto_store_value => force_store_value

This commit is contained in:
Emmanuel Garette 2013-04-16 11:30:02 +02:00
parent 447c175b6a
commit 90999585fa
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ class Values(object):
raise ValueError(_('invalid calculated value returned'
' for option {0}: {1}').format(opt._name, value))
if self.is_default_owner(opt) and \
setting.has_property('auto_store_value', opt, False):
setting.has_property('force_store_value', opt, False):
self.setitem(opt, value)
return value