summaryrefslogtreecommitdiff
path: root/upload.php
diff options
context:
space:
mode:
Diffstat (limited to 'upload.php')
-rw-r--r--upload.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/upload.php b/upload.php
index 14357d8..11fa1b6 100644
--- a/upload.php
+++ b/upload.php
@@ -23,7 +23,7 @@ $gBitSystem->verifyPermission( 'p_fisheye_upload' );
if( !empty( $_REQUEST['save_image'] ) ) {
$upErrors = fisheye_handle_upload( $_FILES );
if( empty( $upErrors ) ) {
- bit_redirect( $gContent->getDisplayUrl() );
+ bit_redirect( $gContent->getContentUrl() );
} else {
$gBitSmarty->assign( 'errors', $upErrors );
}