prefer combined operators, refs #999

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-11-05 11:07:18 +01:00
parent b0a66b687d
commit 4a4188a96b
6 changed files with 13 additions and 13 deletions

View File

@@ -143,7 +143,7 @@ class ConfigService
$name = str_replace('.', '', $value);
$versiontag = "[@version='" . $value . "']";
} elseif ($key == 'version' && $name != '') {
$name = $name . str_replace('.', '', $value);
$name .= str_replace('.', '', $value);
$versiontag = "[@version='" . $value . "']";
}
}