mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 04:41:53 +02:00
Fix for empty image.
This commit is contained in:
@@ -258,7 +258,7 @@
|
||||
$expectedRawValues = array (
|
||||
'image' => 'thumb.php?src=',
|
||||
'video' => 'https://www.youtube.com/watch?v=WcuRPzB4RNc',
|
||||
'bbarea' => '<!-- bbcode-html-start --><p><b>Rich text.</b></p><!-- bbcode-html-end -->',
|
||||
'bbarea' => '[html]<p><b>Rich text.</b></p>[/html]',
|
||||
'boolean' => '1',
|
||||
'checkboxes' => 'boat,plane',
|
||||
'country' => 'ad',
|
||||
|
Reference in New Issue
Block a user