improve initTrackerUrl() 2

This commit is contained in:
xiaomlove
2025-10-31 20:07:58 +07:00
parent 46845ce6d7
commit 3924a542fb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -364,7 +364,7 @@ class Update extends Install
}
if (!Schema::hasTable("tracker_urls")) {
$this->runMigrate("database/migrations/2025_06_19_194137_create_tracker_urls_table.php");
$this->initTrackerUrl();
$this->initTrackerUrl('update');
NexusDB::cache_del("nexus_plugin_store_all");
}
}
+1 -1
View File
@@ -112,7 +112,7 @@ if ($currentStep == 4) {
$install->runDatabaseSeeder();
$install->saveSettings($settings);
$install->migrateSearchBoxModeRelated();
$install->initTrackerUrl();
$install->initTrackerUrl('install');
$install->nextStep();
} catch (\Exception $e) {
$error = $e->getMessage();