This commit is contained in:
ma0068
2024-12-18 14:57:18 +01:00
parent a802e67faf
commit ba62abc19b
@@ -48,7 +48,7 @@ class Favorites extends FHCAPI_Controller
if (!$data)
$this->terminateWithSuccess(null);
else
$this->terminateWithSuccess($data['stv_favorites']);
$this->terminateWithSuccess($data['stv_favorites'] ?? null);
}
public function set()