mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
initTrackerUrl when fresh install
This commit is contained in:
@@ -112,6 +112,7 @@ if ($currentStep == 4) {
|
||||
$install->runDatabaseSeeder();
|
||||
$install->saveSettings($settings);
|
||||
$install->migrateSearchBoxModeRelated();
|
||||
$install->initTrackerUrl();
|
||||
$install->nextStep();
|
||||
} catch (\Exception $e) {
|
||||
$error = $e->getMessage();
|
||||
|
||||
Reference in New Issue
Block a user