Merge pull request #920 from openclassify/muammer_alibaba

#3126  alibaba-theme improvment
This commit is contained in:
Fatih Alp 2021-01-22 14:25:47 +03:00 committed by GitHub
commit c800657465
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -200,6 +200,7 @@ class AdvModel extends AdvsAdvsEntryModel implements AdvInterface
if ($country != null) {
$adv->setAttribute('country_name', $country->name);
$adv->setAttribute('country_abv', $country->abv);
}
if ($city != null) {
$adv->setAttribute('city_name', $city->name);