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 } }