summaryrefslogtreecommitdiff
path: root/edit.php
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2007-06-20 21:16:21 +0000
committerLester Caine <lester@lsces.co.uk>2007-06-20 21:16:21 +0000
commita9d9d60c80a8043341b6b02506f3af886de8cf1e (patch)
tree5543dc8ad075c5c4e360fa7ceb1b1001fcd7e319 /edit.php
parent3636ae5c671830ae786fce6df22026add77757df (diff)
downloadarticles-a9d9d60c80a8043341b6b02506f3af886de8cf1e.tar.gz
articles-a9d9d60c80a8043341b6b02506f3af886de8cf1e.tar.bz2
articles-a9d9d60c80a8043341b6b02506f3af886de8cf1e.zip
Correct display of selected linked board on previewing unsaved content item
Diffstat (limited to 'edit.php')
-rw-r--r--edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/edit.php b/edit.php
index 3475736..74d2236 100644
--- a/edit.php
+++ b/edit.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_articles/edit.php,v 1.35 2007/05/22 19:53:31 gravyface Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_articles/edit.php,v 1.36 2007/06/20 21:16:21 lsces Exp $
* @package article
* @subpackage functions
*/
@@ -60,7 +60,7 @@ if( !( $gBitUser->hasPermission( 'p_articles_approve_submission' ) || $gBitUser-
if( !empty( $_REQUEST['preview'] ) ) {
$article = $gContent->preparePreview( $_REQUEST );
$gBitSmarty->assign( 'preview', TRUE );
- $gContent->invokeServices( 'content_preview_function' );
+ $gContent->invokeServices( 'content_preview_function', $_REQUEST );
$gBitSmarty->assign_by_ref( 'article', $article );
} else {
$gContent->invokeServices( 'content_edit_function' );