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

View file

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