From 081a8c18bfe2be788c306febc6497f2751a472d8 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Fri, 13 Jun 2014 17:30:04 +0200 Subject: [PATCH] Delete the pad, not just the group --- public/vroom.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/public/vroom.pl b/public/vroom.pl index 04cd412..bfd1c06 100755 --- a/public/vroom.pl +++ b/public/vroom.pl @@ -345,6 +345,7 @@ helper delete_rooms => sub { $self->app->log->debug("Room " . $data->{name} . " will be deleted"); # Remove Etherpad group if ($ec){ + $ec->delete_pad($data->{etherpad_group} . '$' . $room); $ec->delete_group($data->{etherpad_group}); } push @toDeleteId, $data->{id};