mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 04:20:49 +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