diff options
| -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 2b011cc..2aa1e05 100644 --- a/edition_edit.php +++ b/edition_edit.php @@ -99,7 +99,7 @@ if( $gBitSystem->isPackageActive( 'quicktags' ) ) { } // load the ajax library for this page -$gBitSmarty->assign( 'loadAjax', TRUE ); +$gBitSmarty->assign( 'loadAjax', 'prototype' ); // Display the template $gBitSystem->display( 'bitpackage:newsletters/edit_edition.tpl', ($gContent->isValid() ? tra( 'Edit Edition' ).': '.$gContent->getTitle() : tra( 'Create New Edition' )) ); |
