Skip to content

Commit 8a05d76

Browse files
committed
- Fixed a bug in listview class.
1 parent 9100936 commit 8a05d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/lib/classes/plugin_listview.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function onShow() {
8686
}
8787
}
8888

89-
$listTpl->setLoop('records',$records_new);
89+
$listTpl->setLoop('records',@$records_new);
9090

9191
// Loading language field
9292
$lng_file = "lib/lang/".$_SESSION["s"]["language"]."_".$app->listform->listDef['name']."_list.lng";

0 commit comments

Comments
 (0)