// Missing }

This commit is contained in:
Damien Metzger
2013-07-23 09:52:41 +02:00
parent 07e3354d0e
commit 209615d4f4
+1 -1
View File
@@ -137,7 +137,7 @@ class CountryCore extends ObjectModel
foreach ($result as $row)
if (isset($countries[$row['id_country']]) && $row['active'] == 1) /* Does not keep the state if its country has been disabled and not selected */
$countries[$row['id_country']]['states'][] = $row;
}
return $countries;
}