Update edit-content.php

This commit is contained in:
Guillaume 2019-01-27 00:13:30 +01:00 committed by GitHub
parent 6b822edfdb
commit a6a06dac85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') {
}
}
Redirect::page('content'.(isset($_POST['hash'])?$_POST['hash']:''));
Redirect::page('content'.(isset($_POST['hash'])?$_POST['hash'].'/':''));
}
// ============================================================================