From 21c2574cd98a4a910d47f971e7d2016941c397e4 Mon Sep 17 00:00:00 2001 From: bruno DA SILVA Date: Wed, 13 May 2020 09:36:48 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B02358=20-=20Fix=20deletion=20of=20a=20sin?= =?UTF-8?q?gle=20replica=20within=20a=20list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- synchro/replica.php | 1 + 1 file changed, 1 insertion(+) diff --git a/synchro/replica.php b/synchro/replica.php index bbfc50da9..166b015ec 100644 --- a/synchro/replica.php +++ b/synchro/replica.php @@ -67,6 +67,7 @@ try $oBlock->Display($oP, 1); break; + case 'delete': case 'select_for_deletion': // Redirect to the page that implements bulk delete $sDelete = utils::GetAbsoluteUrlAppRoot().'pages/UI.php?'.$_SERVER['QUERY_STRING'];