aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/AdminPanel/Shared/GUI.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/AdminPanel/Shared/GUI.pm b/lib/AdminPanel/Shared/GUI.pm
index f5fdc43..7108bec 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);