diff options
Diffstat (limited to 'edition_edit.php')
| -rw-r--r-- | edition_edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edition_edit.php b/edition_edit.php index 41a1bbc..3a8204e 100644 --- a/edition_edit.php +++ b/edition_edit.php @@ -90,7 +90,7 @@ if (isset($_REQUEST["preview"])) { } // WYSIWYG and Quicktag variable -$gBitSmarty->assign( 'textarea_id', 'editwiki' ); +$gBitSmarty->assign( 'textarea_id', LIBERTY_TEXT_AREA ); // formInfo might be set due to a error on submit if( empty( $formInfo ) ) { |
