From 38dd1c0131eb34f1e6b6d42aaca8d933c78aad49 Mon Sep 17 00:00:00 2001 From: frederik Date: Sun, 17 Aug 2025 19:41:10 +0200 Subject: [PATCH] use title as the title :-) --- scripts/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/common.php b/scripts/common.php index 942caa9..86ea988 100644 --- a/scripts/common.php +++ b/scripts/common.php @@ -431,7 +431,7 @@ class Wikipedia extends ImageProvider { $engname = get_com_en_name($sci_name); $image_url = $data['originalimage']['source']; - $title = $data['description']; + $title = $data['title']; // $sci_name, $com_en_name, $image_url, $title, $id, $author_url, $license_url $this->set_image_in_db($sci_name, $engname, $image_url, $title, $sci_name, $author_url, $license_url);