]> git.mjollnir.org Git - s9y.git/commitdiff
stupid garvin, get our own variable name right! ;)
authorgarvinhicking <garvinhicking>
Mon, 11 Jul 2005 14:43:05 +0000 (14:43 +0000)
committergarvinhicking <garvinhicking>
Mon, 11 Jul 2005 14:43:05 +0000 (14:43 +0000)
include/functions_entries.inc.php

index ec7920d8447c5399aee57ede07ace82573269cb1..f91668235c5f4b7ab48c16c3a6b21691958e3758 100644 (file)
@@ -1586,7 +1586,7 @@ if (!$serendipity['wysiwyg']) {
     if ($serendipity['wysiwyg']) {
         $fields = array(
             'body'      => 'serendipity[body]', 
-            'extended'  => 'serendipty[extended]'
+            'extended'  => 'serendipity[extended]'
         );
         
         foreach($fields AS $f_jsname => $f_item) {