Skip to content
Snippets Groups Projects
Commit f731d399 authored by Daniel Korte's avatar Daniel Korte Committed by hugronaphor
Browse files

Issue #3339801 by Daniel Korte: Broken output

parent 83da04fa
No related branches found
Tags 3.0.0-rc4
No related merge requests found
...@@ -75,7 +75,7 @@ class RandomEntityController extends ControllerBase { ...@@ -75,7 +75,7 @@ class RandomEntityController extends ControllerBase {
} }
$randomOutput = !$output ? $this->renderer->render($output) : ''; $randomOutput = !empty($output) ? $this->renderer->render($output) : '';
} catch (\Exception $e) { } catch (\Exception $e) {
watchdog_exception('random_reference_formatter', $e); watchdog_exception('random_reference_formatter', $e);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment