This commit is contained in:
Jay Trees 2022-01-14 10:53:53 +01:00
parent 44ef02aa17
commit c323e578e5

View file

@ -62,12 +62,8 @@ if (isset($api)) {
/** /**
* Install * Install
*/ */
if ($options) { if (!$options) {
try { $page = 'install';
$options->getOption('isInstalled');
} catch (\Throwable $th) {
$page = 'install';
}
} }
/** /**