diff options
| author | Lee L Bell <starrrider@users.sourceforge.net> | 2006-03-01 20:09:20 +0000 |
|---|---|---|
| committer | Lee L Bell <starrrider@users.sourceforge.net> | 2006-03-01 20:09:20 +0000 |
| commit | bdf13bf46b134ac531ac42ade7835e8a979eb36b (patch) | |
| tree | 29bd569b2463587b8a0f101e19412b2aafcbd3f0 /edition_edit.php | |
| parent | abdd1cdbafba523687b75848b9cfdf435448209f (diff) | |
| download | newsletters-bdf13bf46b134ac531ac42ade7835e8a979eb36b.tar.gz newsletters-bdf13bf46b134ac531ac42ade7835e8a979eb36b.tar.bz2 newsletters-bdf13bf46b134ac531ac42ade7835e8a979eb36b.zip | |
Standardized TextArea ID Names so that Liberty Plugins work with all Liberty Packages
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 ) ) { |
