Skip to content

Commit

Permalink
QA: More legacy syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness committed Feb 7, 2025
1 parent 50ba3c6 commit 9381194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.php
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ function export() {
),
'export_item_id' => array(
'method' => 'drop_sql',
'friendly_name' => __('%s to Export', $export_types{get_nfilter_request_var('export_type')}['name']),
'friendly_name' => __('%s to Export', $export_types[get_nfilter_request_var('export_type')]['name']),
'description' => __('Choose the exact items to export in the Package.'),
'value' => (isset_request_var('export_item_id') ? get_filter_request_var('export_item_id'):'|arg1:export_item_id|'),
'sql' => $export_types[get_nfilter_request_var('export_type')]['dropdown_sql']
Expand Down

0 comments on commit 9381194

Please sign in to comment.