Skip to content
This repository was archived by the owner on Dec 30, 2023. It is now read-only.
This repository was archived by the owner on Dec 30, 2023. It is now read-only.

array_merge(): Expected parameter 1 to be an array, null given in wiki/lib/plugins/flattr/helper.php on line 56 #17

@shtrom

Description

@shtrom

It seems like $params in here

$params = array_merge($params, array_filter(compact('title', 'description', 'tag')));

sometimes is not an array, which results in this warning being logged fairly often on PHP7+

NOTICE: PHP message: PHP Warning:  array_merge(): Expected parameter 1 to be an array, null given in /users/shtrom/wiki/lib/plugins/flattr/helper.php on line 56"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions