Completed
Push — master ( cf4a01...1eeaa3 )
by Aimeos
02:29
created
src/Aimeos/Shop/Base/Context.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -163,8 +163,7 @@
 block discarded – undo
163 163
 				$site = \Route::input( 'site', 'default' );
164 164
 				$lang = \Route::input( 'locale', '' );
165 165
 				$currency = \Route::input( 'currency', '' );
166
-			}
167
-			else
166
+			} else
168 167
 			{
169 168
 				$site = 'default';
170 169
 				$lang = $currency = '';
Please login to merge, or discard this patch.