Merge branch 'master' of http://gitlab.gearlabs.cl/cdiaz/smsmanager

# Conflicts:
#	src/BackendBundle/Controller/EnvioSmsController.php
parent c1e7c47c
......@@ -150,7 +150,7 @@ class EnvioSmsController extends FOSRestController {
$respuestaSms->setResHttpCodeRespuestaPeticion($estado);
$respuestaSms->save();
} catch (PropelException $pe) {
$log = Utiles::setLog('exception');
//$log = Utiles::setLog('exception');
$log->debug('Propelexception: ' . $pe->getMessage());
}
return $resp;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment