Import datastore options when using an encoder

If you can't pass datastore options, sometimes you can't even
use an encoder.  [FixRM #7681]
This commit is contained in:
sinn3r 2013-01-10 17:11:58 -06:00
parent c89b2b2ec6
commit 0527a7ee9b
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ if opts[:encode]
next if not enc
begin
break if done
#enc.datastore.import_options_from_s(datastore, '_|_')
enc.datastore.import_options_from_hash(datastore)
skip = false
raw = nil