Remove unneeded line that modifies superglobal
This commit is contained in:
parent
417049e56f
commit
73924c6107
|
@ -326,7 +326,5 @@ class PageController {
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
$_SERVER['REQUEST_URI'] = remove_query_arg( array( 'deleted' ), $request_uri );
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue