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 92d9815 commit d727a26Copy full SHA for d727a26
plugins/markmirror/markmirror.php
@@ -23,8 +23,7 @@ public function init()
23
24
public function load_editor(array $args): array
25
{
26
- $headers = $args['message']->headers;
27
- $start_markmirror = isset($headers) && $headers->get('x-edited-by-markmirror') === 'yes';
+ $start_markmirror = isset($args['message']->headers) && $args['message']->headers->get('x-edited-by-markmirror') === 'yes';
28
$rcmail = rcube::get_instance();
29
$rcmail->output->set_env('start_markmirror', $start_markmirror);
30
0 commit comments