- fixed setting pagetitle in ajax calls

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

@ -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;
}
}

Loading…
Cancel
Save