- fixed setting pagetitle in ajax calls

release-0.6
alecpl 17 years ago
parent 32ac953986
commit a4e6ed10f6

@ -64,7 +64,8 @@ class rcube_json_output
*/ */
public function set_pagetitle($title) public function set_pagetitle($title)
{ {
// ignore $name = $this->config->get('product_name');
$this->command('set_pagetitle', JQ(empty($name) ? $title : $name.' :: '.$title));
} }
/** /**

Loading…
Cancel
Save