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:
+1
-1
@@ -236,7 +236,7 @@ if (!empty($_POST['custom_fields'][$newcatmode])) {
|
||||
*
|
||||
* @since v1.6
|
||||
*/
|
||||
$tagIdArr = array_filter($_POST['tags'] ?? []);
|
||||
$tagIdArr = array_filter($_POST['tags'][$newcatmode] ?? []);
|
||||
insert_torrent_tags($id, $tagIdArr, true);
|
||||
|
||||
if($CURUSER["id"] == $row["owner"])
|
||||
|
||||
Reference in New Issue
Block a user