From 2b71b30aedde99046a0db30393928b5a09a7e3b7 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Tue, 24 May 2016 09:09:55 +0200 Subject: [PATCH] Modification lors des sModuleError's --- view/iexplorer-to-call-log.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/view/iexplorer-to-call-log.php b/view/iexplorer-to-call-log.php index 297f9d0..65d2f5e 100644 --- a/view/iexplorer-to-call-log.php +++ b/view/iexplorer-to-call-log.php @@ -32,8 +32,10 @@ $response = $request->dispatch(); // Si erreur, on l'affiche - if( $response->error != ManagerError::Success ) + if( $response->error != ManagerError::Success ){ var_dump( ManagerError::explicit($response->error) ); + exit(); + } // On récupère les données $logs = $response->get('data');