From 3a72f92d8f1cc4d84a49f15139b34ce1a823151d Mon Sep 17 00:00:00 2001 From: aynsix Date: Mon, 20 Dec 2021 11:36:07 +0300 Subject: [PATCH] do nothing --- lib/classes/patch/415PHRAS3604.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/classes/patch/415PHRAS3604.php b/lib/classes/patch/415PHRAS3604.php index 4d9e7488d4..9569c83ab2 100644 --- a/lib/classes/patch/415PHRAS3604.php +++ b/lib/classes/patch/415PHRAS3604.php @@ -77,8 +77,9 @@ class patch_415PHRAS3604 implements patchInterface $app['orm.em']->remove($feedItem); } } catch (NotFoundHttpException $e) { - // the referenced sbas_id is not found, so delete also the feedItem - $app['orm.em']->remove($feedItem); + // the referenced sbas_id is not found, + + // $app['orm.em']->remove($feedItem); // do nothing } }