Skip to content

$set might be undef #103

@gonter

Description

@gonter

my ($self, $c, $rec, $set) = @_;

At this point, $set might be undef but it is used in lines 65 to 86 which pollutes the error log with lots of warnings. So, these sections should either be skipped, when $set is undef or $set should be set to '' or something like that.

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