summaryrefslogtreecommitdiff
path: root/content_history_inc.php
diff options
context:
space:
mode:
authorJams H Thompson <jht001@users.sourceforge.net>2008-03-23 22:53:10 +0000
committerJams H Thompson <jht001@users.sourceforge.net>2008-03-23 22:53:10 +0000
commit99278e6d6c6ced688f86db63e7c721a9b1666777 (patch)
treec5e0472f8d7d08c0c8bae4356d6bdedcf46db737 /content_history_inc.php
parente790eb1e20c949ffd122db27b64e0d9910840cab (diff)
downloadliberty-99278e6d6c6ced688f86db63e7c721a9b1666777.tar.gz
liberty-99278e6d6c6ced688f86db63e7c721a9b1666777.tar.bz2
liberty-99278e6d6c6ced688f86db63e7c721a9b1666777.zip
back out change
Diffstat (limited to 'content_history_inc.php')
-rw-r--r--content_history_inc.php3
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"] );
}