mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-04 23:34:01 +01:00
- fixed setting pagetitle in ajax calls
This commit is contained in:
@@ -64,7 +64,8 @@ class rcube_json_output
|
||||
*/
|
||||
public function set_pagetitle($title)
|
||||
{
|
||||
// ignore
|
||||
$name = $this->config->get('product_name');
|
||||
$this->command('set_pagetitle', JQ(empty($name) ? $title : $name.' :: '.$title));
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -232,7 +233,7 @@ class rcube_json_output
|
||||
implode(',', $args)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
return $out;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user