mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
integrate laravel framework
This commit is contained in:
@@ -408,7 +408,6 @@ JS;
|
||||
$displayName = get_searchbox_value($browsecatmode, 'custom_fields_display_name');
|
||||
$display = get_searchbox_value($browsecatmode, 'custom_fields_display');
|
||||
$customFields = $this->listTorrentCustomField($torrentId);
|
||||
// dd($displayName, $display, $customFields);
|
||||
$mixedRowContent = nl2br($display);
|
||||
$rowByRowHtml = '';
|
||||
foreach ($customFields as $field) {
|
||||
@@ -486,4 +485,4 @@ JS;
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user