summaryrefslogtreecommitdiff
path: root/edition_edit.php
diff options
context:
space:
mode:
authorLee L Bell <starrrider@users.sourceforge.net>2006-03-01 20:09:20 +0000
committerLee L Bell <starrrider@users.sourceforge.net>2006-03-01 20:09:20 +0000
commitbdf13bf46b134ac531ac42ade7835e8a979eb36b (patch)
tree29bd569b2463587b8a0f101e19412b2aafcbd3f0 /edition_edit.php
parentabdd1cdbafba523687b75848b9cfdf435448209f (diff)
downloadnewsletters-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.php2
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 ) ) {