Skip to content
Snippets Groups Projects
Commit 8a05d762 authored by tbrehm's avatar tbrehm
Browse files

- Fixed a bug in listview class.

parent 9100936b
No related branches found
No related tags found
Loading
......@@ -86,7 +86,7 @@ class plugin_listview extends plugin_base {
}
}
$listTpl->setLoop('records',$records_new);
$listTpl->setLoop('records',@$records_new);
// Loading language field
$lng_file = "lib/lang/".$_SESSION["s"]["language"]."_".$app->listform->listDef['name']."_list.lng";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment