Improvement in the cron_single.php file when load required classes (wsResponse)

This commit is contained in:
Julio Cesar Laura
2014-09-11 11:45:17 -04:00
parent f486ea0c11
commit a180e59bd3
2 changed files with 247 additions and 2 deletions

View File

@@ -589,6 +589,10 @@ class spoolRun
}
$aConfiguration = System::getEmailConfiguration();
if (!isset($aConfiguration["MESS_ENABLED"])) {
$aConfiguration["MESS_ENABLED"] = '0';
}
if ($aConfiguration["MESS_ENABLED"] == "1") {
require_once ("classes/model/AppMessage.php");