mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +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