Skip to content

Broken links are "swallowed" #3

@bwaidelich

Description

@bwaidelich

The following Code in ConverUrisImplementation::evaluate():

        try {
            return parent::evaluate();
        } catch (\Throwable $e) {
            return '';
        }

leads to a blank page if there is one link that couldn't be converted – even in Dev context.

It should probably be something like

return $this->fusionValue('value');

in conclusion with some logging

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions