summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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' )) );