diff options
-rw-r--r-- | lib/AdminPanel/Shared/GUI.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/AdminPanel/Shared/GUI.pm b/lib/AdminPanel/Shared/GUI.pm index f5fdc434..7108bece 100644 --- a/lib/AdminPanel/Shared/GUI.pm +++ b/lib/AdminPanel/Shared/GUI.pm @@ -687,7 +687,6 @@ sub ask_fromTreeList { last; } elsif ($widget == $selectButton) { - $DB::single = 1; my $item = $treeWidget->selectedItem(); if ($info->{skip_path} && $info->{skip_path} != 0) { $choice = $item->label() if ($item); |