]> git.mjollnir.org Git - s9y.git/commitdiff
Fix typo preventing 'media' type from supplying a default preview div height
authorslothman <slothman>
Wed, 15 Aug 2007 17:05:35 +0000 (17:05 +0000)
committerslothman <slothman>
Wed, 15 Aug 2007 17:05:35 +0000 (17:05 +0000)
include/functions_plugins_admin.inc.php

index 70e8e282b40a859a4c20af3fa42547bad080d446..c3ae1fb9f5c2ab6166ed719ac257b23b3a13e5bd 100644 (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