From a8c5b68d1a7db67a040a616b0fd5a9f26b0a2ad5 Mon Sep 17 00:00:00 2001 From: Christian Mehlmauer Date: Sat, 22 Jun 2013 21:17:05 +0200 Subject: [PATCH] Fix Issue #232 --- lib/common/common_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/common_helper.rb b/lib/common/common_helper.rb index bb73d38b..45c87e1f 100644 --- a/lib/common/common_helper.rb +++ b/lib/common/common_helper.rb @@ -118,7 +118,7 @@ def get_equal_string_end(stringarray = ['']) already_found = '' looping = true counter = -1 - # remove nils (# Issue #231) + # remove nils (# Issue #232) stringarray = stringarray.compact if stringarray.kind_of? Array and stringarray.length > 1 base = stringarray.first