diff options
Diffstat (limited to 'admin/index.php')
| -rw-r--r-- | admin/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/index.php b/admin/index.php index 3c05cd5..aaa9685 100644 --- a/admin/index.php +++ b/admin/index.php @@ -1,6 +1,6 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_newsletters/admin/Attic/index.php,v 1.8 2005/12/25 02:23:44 spiderr Exp $ +// $Header: /cvsroot/bitweaver/_bit_newsletters/admin/Attic/index.php,v 1.9 2005/12/28 23:21:24 spiderr Exp $ // Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al. // All Rights Reserved. See copyright.txt for details and a complete list of authors. @@ -18,7 +18,7 @@ if( isset( $_REQUEST["remove"] ) && $gContent->isValid() ) { // user cancelled - just continue on, doing nothing } elseif( empty( $_REQUEST['confirm'] ) ) { $formHash['remove'] = TRUE; - $formHash['nl_id'] = $gContent->mNlId; + $formHash['nl_id'] = $gContent->mNewsletterId; $gBitSystem->confirmDialog( $formHash, array( 'warning' => 'Are you sure you want to delete the newsletter '.$gContent->getTitle().'?' ) ); } else { if( $gContent->expunge() ) { |
