From 6b71a5e6fa3cec5cef5c9a85b294ec4c81bb530c Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Tue, 28 Jul 2009 12:04:07 +0000 Subject: [PATCH] Spelling error of the toolbar name --- include/functions_entries_admin.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions_entries_admin.inc.php b/include/functions_entries_admin.inc.php index 06ec5b44..6febdc9b 100644 --- a/include/functions_entries_admin.inc.php +++ b/include/functions_entries_admin.inc.php @@ -691,7 +691,7 @@ function serendipity_emit_htmlarea_code($item, $jsname, $spawnMulti = false) { break; case S9Y_WYSIWYG_TOOLBAR_MEDIA: case S9Y_WYSIWYG_TOOLBAR_WEB: - $toolbar[S9Y_WYSIWYG_WEB][] = $button; + $toolbar[S9Y_WYSIWYG_TOOLBAR_WEB][] = $button; break; default: $toolbar['other'][] = $button;