Commit 90ef08ac authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Correction d'une NOTICE lors d'une destruction d'association modulateur <=> structure

parent 91767e9a
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -173,8 +173,7 @@ class modulateurController extends AbstractController



    public
    function typeModulateurStructureDeleteAction()
    public function typeModulateurStructureDeleteAction()
    {
        /* @var $typeModulateurStructure typeModulateurStructure */
        $typeModulateurStructure = $this->getEvent()->getParam('typeModulateurStructure');
@@ -185,6 +184,6 @@ class modulateurController extends AbstractController
            $this->flashMessenger()->addErrorMessage($this->translate($e));
        }

        return new MessengerViewModel(compact('typeModulateur'));
        return new MessengerViewModel();
    }
}
 No newline at end of file