mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 11:50:30 +02:00
Fix for legacy news image paths.
This commit is contained in:
@@ -502,6 +502,7 @@ class news_shortcodes extends e_shortcode
|
||||
'alt' => basename($srcPath),
|
||||
'style' => $style,
|
||||
'placeholder' => varset($parm['placeholder']),
|
||||
'legacy' => '{e_IMAGE}newspost_images'
|
||||
);
|
||||
|
||||
if(!empty($parm['loading']))
|
||||
|
Reference in New Issue
Block a user