mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
fix issues + tag sort
This commit is contained in:
@@ -265,7 +265,7 @@ HEAD;
|
||||
|
||||
}
|
||||
|
||||
public function renderOnUploadPage($torrentId = 0, $searchBoxId)
|
||||
public function renderOnUploadPage($torrentId, $searchBoxId)
|
||||
{
|
||||
$searchBox = NexusDB::getOne('searchbox', "id = $searchBoxId");
|
||||
if (empty($searchBox)) {
|
||||
|
||||
Reference in New Issue
Block a user