Fix data-lot-id not being correctly set so use href instead

This commit is contained in:
Qluxzz 2025-02-24 09:08:24 +01:00
parent b52f01505d
commit 1678736f32

View File

@ -206,7 +206,7 @@ class BukowskisBridge extends BridgeAbstract
$this->items[] = [
'title' => $title,
'uri' => $baseUrl . $relative_url,
'uid' => $lot->getAttribute('data-lot-id'),
'uid' => $relative_url,
'content' => count($images) > 0 ? "<img src='$images[0]'/><br/>$title" : $title,
'enclosures' => array_slice($images, 1),
];