Skip to content

Commit f53d3cd

Browse files
committed
Fixed missing Delete confirmation text when a dns a record is deleted.
1 parent 88d899d commit f53d3cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

interface/lib/classes/plugin_listview.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ function onShow() {
8787

8888
// The variable "id" contains always the index field
8989
$rec["id"] = $rec[$idx_key];
90+
$rec["delete_confirmation"] = $app->lng('delete_confirmation');
9091

9192
$records_new[] = $rec;
9293
}

0 commit comments

Comments
 (0)