We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d22c4 commit cfaba3fCopy full SHA for cfaba3f
interface/web/sites/aps_installedpackages_list.php
@@ -113,7 +113,7 @@
113
$app->listform_actions->DataRowColor = '#FFFFFF';
114
115
// Re-form all result entries and add extra entries
116
-$records_new = '';
+$records_new = array();
117
if(is_array($records))
118
{
119
$app->listform_actions->idx_key = $app->listform->listDef["table_idx"];
0 commit comments