Fix typo preventing 'media' type from supplying a default preview div height

This commit is contained in:
Jude Anthony 2007-08-15 17:05:35 +00:00
parent c7d3b1ede3
commit e42aef3fa2

View File

@ -620,7 +620,7 @@ EOS;
}
$preview_height = $cbag->get('preview_height');
if (!$preview_height || $preview_height == "") {
$preview_img_height = '100px';
$preview_height = '100px';
}
$media_link_text = MEDIA_LIBRARY;
print <<<EOS