Skip to content

Script throws a Notice if type attribute noch exists. #1

@u-nik

Description

@u-nik

In class HTML2PDF in line 2459 a notice is thrown if the array key "type" is not set.

current: $first = $param['type'] == 'first';

solution: $first = isset($param['type']) && $param['type'] == 'first';

greetz,
nik

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