-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
questionFurther information is requestedFurther information is requested
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested