diff options
Diffstat (limited to 'content_history_inc.php')
| -rw-r--r-- | content_history_inc.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/content_history_inc.php b/content_history_inc.php index deabce3..29a0704 100644 --- a/content_history_inc.php +++ b/content_history_inc.php @@ -1,6 +1,6 @@ <?php /** - * @version $Revision: 1.13 $ + * @version $Revision: 1.14 $ * @package liberty * @subpackage functions */ @@ -29,7 +29,6 @@ if( isset( $_REQUEST["delete"] ) && isset( $_REQUEST["hist"] )) { } elseif( @BitBase::verifyId( $_REQUEST["preview"] )) { if( $version = $gContent->getHistory( $_REQUEST["preview"] )) { $version['data'][0]['parsed_data'] = $gContent->parseData( $version["data"][0] ); - $version['data'][0]['page_id'] = $gContent->mInfo['page_id']; $gBitSmarty->assign_by_ref( $smartyContentRef, $version['data'][0] ); $gBitSmarty->assign_by_ref( 'version', $_REQUEST["preview"] ); } |
