Skip to content

PHP Deprecated: preg_split(): Passing null to parameter #2 ($subject) of type string is deprecated in html5_notifier.php on line 53 #54

@Bad-and-Mad

Description

@Bad-and-Mad

Would you please make a change similar to the following starting at line 53 to make the warnings disappear?

                $msgs = (array) $RCMAIL->storage->list_messages($args['mailbox']);
                $excluded_directories = array();
                if (!empty($RCMAIL->config->get('html5_notifier_excluded_directories'))) {
                    $excluded_directories = preg_split("/(,|;| )+/", $RCMAIL->config->get('html5_notifier_excluded_directories'));
                }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions