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