Completed
Push — master ( ca3102...c2fefd )
by Nicolaas
02:46
created
code/model/address/CountryPrice_EcommerceCountry.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -220,8 +220,7 @@
 block discarded – undo
220 220
                     $country = $realCountry;
221 221
                 }
222 222
             }
223
-        }
224
-        else {
223
+        } else {
225 224
             //last chance ... do this only once ...
226 225
             $countryCode = EcommerceCountry::get_country_default();
227 226
             if($countryCode && !$originalCountry) {
Please login to merge, or discard this patch.