mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 12:21:45 +02:00
Quick cleanup of upload.php
This commit is contained in:
@@ -447,7 +447,7 @@ SC_BEGIN DOWNLOAD_CATEGORY_SELECT
|
||||
exit;
|
||||
}
|
||||
|
||||
$boxinfo .= "<select name='download_category' id='download_category' class='tbox'>
|
||||
$boxinfo .= "<select name='download_category' id='download_category' class='tbox form-control' required>
|
||||
<option value=''> </option>\n";
|
||||
|
||||
// Its a structured display option - need a 2-step process to create a tree
|
||||
|
Reference in New Issue
Block a user