このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
Laclic
/
LcShopBundle
ウォッチ
3
スター
2
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Correction CitiesController
reduction
Guillaume
4年前
親
f8b68ae78c
コミット
d2868e751a
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分情報を表示
+1
-1
ShopBundle/Controller/CitiesController.php
+ 1
- 1
ShopBundle/Controller/CitiesController.php
ファイルの表示
@@ -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 {
書き込み
プレビュー
読み込み中…
キャンセル
保存