Explorar el Código

Correction CitiesController

reduction
Guillaume hace 4 años
padre
commit
d2868e751a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      ShopBundle/Controller/CitiesController.php

+ 1
- 1
ShopBundle/Controller/CitiesController.php Ver fichero

@@ -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 {

Cargando…
Cancelar
Guardar