Completed
Push — development ( 1b87d2...43bb99 )
by Thomas
06:02
created
htdocs/lib2/logic/countriesList.class.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
 
26 26
     public function isDefault($id)
27 27
     {
28
-        $isDefault = (int) sql_value(
28
+        $isDefault = (int)sql_value(
29 29
             "SELECT COUNT(*) FROM `countries_list_default` WHERE `lang`='&1' AND `show`='&2'",
30 30
             0,
31 31
             $this->locale,
Please login to merge, or discard this patch.