Deend UID

This commit is contained in:
CHIEFSOFT\ameye
2024-08-21 10:55:00 -04:00
parent 2b26dde31e
commit ce52726f29
2 changed files with 7 additions and 1 deletions
+2 -1
View File
@@ -766,7 +766,8 @@ class ResultFormatter extends Model
"banner" => $this->fixEmptyBanner( $out["banner_${key}"]),
'interest_count' => $out["${$int_c}"] ?? 0,
'ext_request' => $out["ext_request_${key}"],
'category' => $this->dummyGetCategory( $cateG )
'category' => $this->dummyGetCategory( $cateG ),
'depend_uid' => $out["depend_uid_${key}"]
);
}