Completed
Push — master ( e2afa7...c0744c )
by Aimeos
12:33
created
lib/mshoplib/src/MShop/Locale/Item/Language/Standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@
 block discarded – undo
115 115
 
116 116
 		if( (string) $key !== $this->getCode() )
117 117
 		{
118
-			$code = strtolower( $matches[1] ) . ( isset( $matches[4] ) ? $matches[3] . $matches[4] : '' );
118
+			$code = strtolower( $matches[1] ).( isset( $matches[4] ) ? $matches[3].$matches[4] : '' );
119 119
 			$this->values['locale.language.code'] = $code;
120 120
 			$this->modified = true;
121 121
 		}
Please login to merge, or discard this patch.