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 9100936 commit 8a05d76Copy full SHA for 8a05d76
interface/lib/classes/plugin_listview.inc.php
@@ -86,7 +86,7 @@ function onShow() {
86
}
87
88
89
- $listTpl->setLoop('records',$records_new);
+ $listTpl->setLoop('records',@$records_new);
90
91
// Loading language field
92
$lng_file = "lib/lang/".$_SESSION["s"]["language"]."_".$app->listform->listDef['name']."_list.lng";
0 commit comments