aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3/dal_character_check.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/v3/dal_character_check.rb')
-rw-r--r--lib/sisu/v3/dal_character_check.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v3/dal_character_check.rb b/lib/sisu/v3/dal_character_check.rb
index df14e1aa..f20d4106 100644
--- a/lib/sisu/v3/dal_character_check.rb
+++ b/lib/sisu/v3/dal_character_check.rb
@@ -93,7 +93,7 @@ module SiSU_DAL_CharacterCheck
end
end
end
- @tuned_file << dob unless dob.nil?
+ @tuned_file << dob if dob.is_a?(Object)
end
@tuned_file=@tuned_file.flatten.compact
[@tuned_file,@endnote_array]