Commit 8a6a3497 authored by Stéphane Bouvry's avatar Stéphane Bouvry
Browse files

FIX bug, le test de configuration ne s'arrète plus après le test du mailer.

parent f859599d
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -587,14 +587,7 @@ class ConsoleController extends AbstractOscarController
                $this->getConsole()->writeLine("Type de transport inconnu '$typeTransport''",  ColorInterface::WHITE, ColorInterface::RED);
            }


            if( $typeTransportValid ){

            }


            $this->getConsole()->writeLine("");
            die();

        } catch ( OscarException $e ){
            $this->consoleError(sprintf("Configuration manquante : %s", $e->getMessage()));