This commit is contained in:
Garvin Hicking 2009-12-21 18:56:34 +00:00
parent d8aa20940c
commit fc5d70f1fa
2 changed files with 6 additions and 1 deletions

View File

@ -11,6 +11,11 @@ Version 1.6 ()
* Added event hook backend_sendcomment for sending comments and
being able to chang via plugin API (onli)
Version 1.5.1 ()
------------------------------------------------------------------------
* Fix bug with not showing "html" type configuration items.
Version 1.5 (December 21st, 2009)
------------------------------------------------------------------------

View File

@ -596,7 +596,7 @@ function serendipity_plugin_config(&$plugin, &$bag, &$name, &$desc, &$config_nam
<?php
if ($cbag->get('type') == 'html') {
$htmlnugget[] = $elcount;
if (!function_exists(serendipity_emit_htmlarea-code)) {
if (!function_exists('serendipity_emit_htmlarea_code')) {
@include dirname(__FILE__) . '/functions_entries_admin.inc.php';
}
serendipity_emit_htmlarea_code('nuggets', 'nuggets', true);