mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
tag add mode
This commit is contained in:
@@ -407,7 +407,7 @@ if (!empty($_POST['custom_fields'][$catmod])) {
|
||||
*
|
||||
* @since v1.6
|
||||
*/
|
||||
$tagIdArr = array_filter($_POST['tags'] ?? []);
|
||||
$tagIdArr = array_filter($_POST['tags'][$catmod] ?? []);
|
||||
if (!empty($tagIdArr)) {
|
||||
insert_torrent_tags($id, $tagIdArr);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user