prepare to fix exam index Upload Torrent Count

This commit is contained in:
lgb
2024-07-15 21:08:55 +08:00
parent 64490f808f
commit f320055984
2 changed files with 40 additions and 3 deletions
+8
View File
@@ -333,6 +333,14 @@ class Update extends Install
);
}
/**
* @since 1.8.13
*/
$settingName = "__has_fix_exam_index_UPLOAD_TORRENT_COUNT";
$hasFixExamIndexUploadTorrentCount = get_setting($settingName, false);
if (!$hasFixExamIndexUploadTorrentCount) {
}
}
public function runExtraMigrate()