Add feature announcement

[MAILPOET-1522]
This commit is contained in:
Pavel Dohnal
2018-10-11 15:41:57 +02:00
parent 70debcc828
commit 3102f114bd
9 changed files with 58 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ class SendNewSubscriberNotification {
}
}
private function isDisabled($settings) {
public static function isDisabled($settings) {
if(!is_array($settings)) {
return true;
}