Przeglądaj źródła

Correction CitiesController

reduction
Guillaume 4 lat temu
rodzic
commit
d2868e751a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      ShopBundle/Controller/CitiesController.php

+ 1
- 1
ShopBundle/Controller/CitiesController.php Wyświetl plik

@@ -24,7 +24,7 @@ class CitiesController extends AbstractController
'boost' => 'population',
] ;

if(strlen($term) == 5) {
if(strlen($term) == 5 && is_numeric($term)) {
$data['codePostal'] = $term ;
}
else {

Ładowanie…
Anuluj
Zapisz