#671 fixed return problem

This commit is contained in:
vedatakd 2020-01-10 09:30:41 +03:00
parent 6943b01dde
commit 468aec8ca5

View File

@ -65,7 +65,7 @@ class AdvModel extends AdvsAdvsEntryModel implements AdvInterface
if ($nullable_ad)
return $this->find($id);
else
$this->where('advs_advs.slug', '!=', "")
return $this->where('advs_advs.slug', '!=', "")
->find($id);
}
if ($nullable_ad)