Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Laclic
/
LcShopBundle
Seguir
3
Destacar
2
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Correction CitiesController
reduction
Guillaume
hace 4 años
padre
f8b68ae78c
commit
d2868e751a
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
+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 {
Escribir
Vista previa
Cargando…
Cancelar
Guardar