mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
bug fix history search, allow data load when images are deleted
This commit is contained in:
@@ -937,7 +937,7 @@ SELECT
|
||||
$image_id = $line['image_id'];
|
||||
|
||||
$image_string =
|
||||
'<span><img src="'.DerivativeImage::url(ImageStdParams::get_by_type(IMG_SQUARE), $element)
|
||||
'<span><img src="'.@DerivativeImage::url(ImageStdParams::get_by_type(IMG_SQUARE), $element)
|
||||
.'" alt="'.$image_title.'" title="'.$image_title.'">';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user