banner fix

This commit is contained in:
CHIEFSOFT\ameye
2023-07-08 19:06:04 -04:00
parent a5e5fd1f4f
commit cfc0e8c93c
2 changed files with 26 additions and 25 deletions
+1 -1
View File
@@ -464,7 +464,7 @@ class ResultFormatter extends Model
'job_country' => $out["job_country_${key}"],
'currency' => $out["currency_${key}"],
'currency_code' => $out["currency_code_${key}"],
"banner" => 'default.jpg',
"banner" => $out["banner_${key}"],
'interest_count' => $out["${$int_c}"] ?? 0,
'category' => $this->dummyGetCategory( $cateG )
);