Skip to content

Commit

Permalink
Fix PluginOutputHookImplementation gets called twice #5271
Browse files Browse the repository at this point in the history
  • Loading branch information
moreamazingnick authored Oct 7, 2024
1 parent c4b6e4b commit 51c9812
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<h2><?= $this->translate('Plugin Output') ?></h2>
<div id="check-output-<?= $this->escape(str_replace(' ', '-', $object->check_command)) ?>" class="collapsible" data-visible-height="100">
<?= $this->pluginOutput($object->output, false, $object->check_command) ?>
<?= $this->pluginOutput($object->long_output, false, $object->check_command) ?>
<?= $this->pluginOutput($object->output. "\n" . $object->long_output, false, $object->check_command) ?>
</div>

0 comments on commit 51c9812

Please sign in to comment.