prefer combined operators, refs #999
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -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 . "']";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user