Remove unneeded line that modifies superglobal

This commit is contained in:
Corey McKrill 2023-10-26 13:03:40 -07:00
parent 417049e56f
commit 73924c6107
No known key found for this signature in database
GPG Key ID: 84BBFE669C4D97B8
1 changed files with 0 additions and 2 deletions

View File

@ -326,7 +326,5 @@ class PageController {
} }
); );
} }
$_SERVER['REQUEST_URI'] = remove_query_arg( array( 'deleted' ), $request_uri );
} }
} }