From d08a684a838c6be5f6316bc86b9d052eea2d253b Mon Sep 17 00:00:00 2001 From: Julien Rouhaud Date: Sat, 21 Mar 2020 17:11:01 +0100 Subject: [PATCH] Also check for firstimage by default. --- helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper.php b/helper.php index 2512a37..7c2777e 100644 --- a/helper.php +++ b/helper.php @@ -44,7 +44,7 @@ function td($id) { $width = null; $align = 'center'; $ret = ''; - $src = $this->getImageID($id); + $src = $this->getImageID($id,array('firstimage' => 1)); if(!$src) { $src = $this->getConf('default_image');