전콘 적용 버그 수정

갱신정보 제대로 안보이는 문제 수정
분쟁 정보 제대로 안보이는 문제 수정
This commit is contained in:
2018-04-14 00:15:54 +09:00
parent 253a953dfe
commit 67fef4b73d
3 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ foreach ($db->queryAllLists('SELECT city, `name`, conflict FROM city WHERE confl
$rawConflict
))
{
$conflict = Json::decode($city['conflict']);
$conflict = Json::decode($rawConflict);
if (count($conflict)<2) {
continue;
}