Remove useless msg

This commit is contained in:
Daniel Berteaud 2014-06-16 19:33:22 +02:00
parent acbf3a6ba5
commit f2760ef0c2
1 changed files with 1 additions and 1 deletions

View File

@ -1265,7 +1265,7 @@ post '/action' => sub {
}
elsif ($ec->delete_pad($data->{etherpad_group} . '$' . $room) && $self->create_pad($room) && $self->create_etherpad_session($room)){
$status = 'success';
$msg = $self->l('PAD_DELETED_NEW_CREATED');
$msg = '';
}
return $self->render(
json => {