1
0
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:
Cameron
2021-06-13 12:59:01 -07:00
parent f2966468ea
commit 4e75903292
2 changed files with 9 additions and 12 deletions

View File

@@ -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',