Parcourir la source

Correction CitiesController

reduction
Guillaume il y a 4 ans
Parent
révision
d2868e751a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      ShopBundle/Controller/CitiesController.php

+ 1
- 1
ShopBundle/Controller/CitiesController.php Voir le fichier

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

Chargement…
Annuler
Enregistrer