[FIX] Return defaults with no settings at all
This commit is contained in:
parent
022430dddb
commit
f54ece7ee9
@ -90,6 +90,9 @@ class Notification extends Mail {
|
||||
}
|
||||
}
|
||||
return $aData;
|
||||
} else {
|
||||
foreach ($aDefaults as $type => $value) $aData[$type] = $value;
|
||||
return $aData;
|
||||
}
|
||||
}
|
||||
return $this->sqlError('E0045');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user