Refactor
This commit is contained in:
parent
825a73162d
commit
d4737921aa
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ class Page
|
||||||
/**
|
/**
|
||||||
* Redirect
|
* Redirect
|
||||||
*/
|
*/
|
||||||
if (!isset($_POST['install']) && isset($_SERVER['QUERY_STRING'])) {
|
if (isset($options) && !$options->getOption('isInstalled') && isset($_SERVER['QUERY_STRING'])) {
|
||||||
$url = new URL($_SERVER['QUERY_STRING']);
|
$url = new URL($_SERVER['QUERY_STRING']);
|
||||||
$redirect_to = $url->getPretty();
|
$redirect_to = $url->getPretty();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue