HOR-3620
Fix PMSystem -> PmSystem since Processmaker is one word.
This commit is contained in:
@@ -148,7 +148,7 @@ class AppNotes extends BaseAppNotes
|
||||
{
|
||||
try {
|
||||
|
||||
$aConfiguration = PMSystem::getEmailConfiguration();
|
||||
$aConfiguration = PmSystem::getEmailConfiguration();
|
||||
|
||||
$msgError = "";
|
||||
if (! isset( $aConfiguration['MESS_ENABLED'] ) || $aConfiguration['MESS_ENABLED'] != '1') {
|
||||
|
||||
Reference in New Issue
Block a user