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

Fixed missing Delete confirmation text when a dns a record is deleted.

parent 88d899db
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,7 @@ class plugin_listview extends plugin_base {
// The variable "id" contains always the index field
$rec["id"] = $rec[$idx_key];
$rec["delete_confirmation"] = $app->lng('delete_confirmation');
$records_new[] = $rec;
}
......
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