mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
release 1.8.13
This commit is contained in:
@@ -332,15 +332,6 @@ class Update extends Install
|
||||
["value" => User::query()->where("class", User::CLASS_STAFF_LEADER)->first(["id"])->id]
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* @since 1.8.13
|
||||
*/
|
||||
$settingName = "__has_fix_exam_index_UPLOAD_TORRENT_COUNT";
|
||||
$hasFixExamIndexUploadTorrentCount = get_setting($settingName, false);
|
||||
if (!$hasFixExamIndexUploadTorrentCount) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
public function runExtraMigrate()
|
||||
|
||||
Reference in New Issue
Block a user