Skip to content

Commit cfaba3f

Browse files
committed
$records_new needs to be a array not a string
1 parent a2d22c4 commit cfaba3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/sites/aps_installedpackages_list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
$app->listform_actions->DataRowColor = '#FFFFFF';
114114

115115
// Re-form all result entries and add extra entries
116-
$records_new = '';
116+
$records_new = array();
117117
if(is_array($records))
118118
{
119119
$app->listform_actions->idx_key = $app->listform->listDef["table_idx"];

0 commit comments

Comments
 (0)