Correction plantage prévisulation

This commit is contained in:
Michael RICOIS 2012-09-07 11:56:18 +00:00
parent 64a68e1cc7
commit 9b22b4ca3d

View File

@ -240,6 +240,7 @@ class ComptageController extends Zend_Controller_Action
try {
$dbMetier = Zend_Db::factory($dbConfig->jo);
} catch ( Exception $e ) {
//@todo : Changer le message d'erreur
exit ( $e->getMessage() );
}