diff options
| author | Lester Caine <lester@lsces.co.uk> | 2007-06-20 21:16:21 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2007-06-20 21:16:21 +0000 |
| commit | a9d9d60c80a8043341b6b02506f3af886de8cf1e (patch) | |
| tree | 5543dc8ad075c5c4e360fa7ceb1b1001fcd7e319 /edit.php | |
| parent | 3636ae5c671830ae786fce6df22026add77757df (diff) | |
| download | articles-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.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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' ); |
