Fix install not triggering
This commit is contained in:
parent
3c55219c7e
commit
56c61bc219
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
use wishthis\{Page, Database};
|
use wishthis\{Page, Database};
|
||||||
|
|
||||||
if ($options->getOption('isInstalled')) {
|
if ($options && $options->getOption('isInstalled')) {
|
||||||
header('Location: /?page=login');
|
header('Location: /?page=login');
|
||||||
die();
|
die();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue