HOR-3620
Fix PMSystem -> PmSystem since Processmaker is one word.
This commit is contained in:
@@ -590,7 +590,7 @@ class spoolRun
|
||||
*/
|
||||
public function resendEmails ($dateResend = null, $cron = 0)
|
||||
{
|
||||
$aConfiguration = PMSystem::getEmailConfiguration();
|
||||
$aConfiguration = PmSystem::getEmailConfiguration();
|
||||
|
||||
if (!isset($aConfiguration["MESS_ENABLED"])) {
|
||||
$aConfiguration["MESS_ENABLED"] = '0';
|
||||
|
||||
Reference in New Issue
Block a user