summaryrefslogtreecommitdiff
path: root/edition_edit.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-07-10 19:00:55 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-07-10 19:00:55 +0000
commit7bcd2c20a3a419bc697c44cc6441d167b35893d5 (patch)
tree1b8a99a143b2dccc506fb38c85242581c6c87c6e /edition_edit.php
parent7552d700dd3814445132ee6a8d7acafc0a27ef2b (diff)
downloadnewsletters-7bcd2c20a3a419bc697c44cc6441d167b35893d5.tar.gz
newsletters-7bcd2c20a3a419bc697c44cc6441d167b35893d5.tar.bz2
newsletters-7bcd2c20a3a419bc697c44cc6441d167b35893d5.zip
move loadAjax() to BitThemes
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 c352a72..abf4cc6 100644
--- a/edition_edit.php
+++ b/edition_edit.php
@@ -94,7 +94,7 @@ $gBitSmarty->assign_by_ref( 'pageInfo', $formInfo );
$gBitSmarty->assign( 'errors', $gContent->mErrors );
// load the ajax library for this page
-$gBitSystem->loadAjax( 'prototype' );
+$gBitThemes->loadAjax( 'prototype' );
// Display the template
$gBitSystem->display( 'bitpackage:newsletters/edit_edition.tpl', ($gContent->isValid() ? tra( 'Edit Edition' ).': '.$gContent->getTitle() : tra( 'Create New Edition' )) );