diff --git a/src/shared/proparser/profileevaluator.cpp b/src/shared/proparser/profileevaluator.cpp index d8d3f5905f8..a38a4ec9832 100644 --- a/src/shared/proparser/profileevaluator.cpp +++ b/src/shared/proparser/profileevaluator.cpp @@ -2269,7 +2269,7 @@ ProStringList ProFileEvaluator::Private::evaluateExpandFunction( src = s; break; } - ret.append(ProString(before + var.join(glue) + after, NoHash).setSource(src)); + ret = split_value_list(before + var.join(glue) + after, src); } } break;