We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eeffe3 commit 7b4f062Copy full SHA for 7b4f062
dt-reports/magic-url-base.php
@@ -48,7 +48,7 @@ public function __construct() {
48
}
49
50
$this->magic->determine_post_id( $this->parts );
51
- if ( empty( $this->parts['post_id'] ) ){
+ if ( !empty( $this->parts['public_key'] ) && empty( $this->parts['post_id'] ) ){
52
$this->magic->redirect_to_expired_landing_page();
53
54
0 commit comments