mirror of
https://github.com/mosbth/cimage.git
synced 2025-09-01 03:41:43 +02:00
v0.8.4 (2022-05-30)
This commit is contained in:
@@ -319,7 +319,7 @@ if (isset($shortcut)
|
||||
/**
|
||||
* src - the source image file.
|
||||
*/
|
||||
$srcImage = urldecode(get('src'))
|
||||
$srcImage = urldecode(get('src', ""))
|
||||
or errorPage('Must set src-attribute.', 404);
|
||||
|
||||
// Get settings for src-alt as backup image
|
||||
|
Reference in New Issue
Block a user