PM-680 configuracion email SOLVED

This commit is contained in:
Julio Cesar Laura
2014-10-16 13:16:38 -04:00
parent 07b9da08c6
commit 1d840de232

View File

@@ -654,6 +654,7 @@ class adminProxy extends HttpProxyController
$oSpool->sendMail(); $oSpool->sendMail();
$G_PUBLISH = new Publisher(); $G_PUBLISH = new Publisher();
$o = new stdclass();
if ($oSpool->status == 'sent') { if ($oSpool->status == 'sent') {
$o->status = true; $o->status = true;
$o->success = true; $o->success = true;