We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1900aae commit e326546Copy full SHA for e326546
plugins/help/help.php
@@ -78,6 +78,7 @@ public function action()
78
'tablink' => [$this, 'tablink'],
79
]);
80
81
+ $rcmail->output->set_env('safemode', true);
82
$rcmail->output->set_env('help_links', $this->help_metadata());
83
$rcmail->output->send(!empty($_GET['_content']) ? 'help.content' : 'help.help');
84
}
0 commit comments