mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-07-01 21:57:29 +08:00
custom fields add priority + display
This commit is contained in:
+1
-1
@@ -278,7 +278,7 @@ JS;
|
||||
do_action('torrent_detail_before_desc', $row['id'], $CURUSER['id']);
|
||||
|
||||
/**************start custom fields****************/
|
||||
echo $customField->renderOnTorrentDetailsPage($id);
|
||||
echo $customField->renderOnTorrentDetailsPage($id, $row['search_box_id']);
|
||||
|
||||
/**************end custom fields****************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user