summaryrefslogtreecommitdiff
path: root/content_history_inc.php
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2012-06-08 09:38:33 -0400
committerspiderr <spider@viovio.com>2012-06-08 09:38:33 -0400
commite1120d60df200bde3b6d743fa5bbdcff529c7880 (patch)
tree479cf08e47039ab5b69187af65db9968d3d52eb4 /content_history_inc.php
parent0e7585fdd738a97f814f437c4cc5b0ed09d50533 (diff)
downloadliberty-e1120d60df200bde3b6d743fa5bbdcff529c7880.tar.gz
liberty-e1120d60df200bde3b6d743fa5bbdcff529c7880.tar.bz2
liberty-e1120d60df200bde3b6d743fa5bbdcff529c7880.zip
revert getContactUrl with getDisplayUrl - looks like a mass search and replace gone wild
Diffstat (limited to 'content_history_inc.php')
-rw-r--r--content_history_inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/content_history_inc.php b/content_history_inc.php
index 292a208..f866ae8 100644
--- a/content_history_inc.php
+++ b/content_history_inc.php
@@ -80,7 +80,7 @@ if( isset( $_REQUEST["delete"] ) && isset( $_REQUEST["hist"] )) {
$_REQUEST["rollback_comment"] = '';
}
if( $gContent->rollbackVersion( $_REQUEST["rollback"], $_REQUEST["rollback_comment"] )) {
- bit_redirect( $gContent->getContactUrl() );
+ bit_redirect( $gContent->getDisplayUrl() );
}
}