diff options
| author | spiderr <spider@viovio.com> | 2012-06-08 09:38:33 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2012-06-08 09:38:33 -0400 |
| commit | e1120d60df200bde3b6d743fa5bbdcff529c7880 (patch) | |
| tree | 479cf08e47039ab5b69187af65db9968d3d52eb4 /content_history_inc.php | |
| parent | 0e7585fdd738a97f814f437c4cc5b0ed09d50533 (diff) | |
| download | liberty-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.php | 2 |
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() ); } } |
