- remove redundant JQ() use

release-0.6
alecpl 15 years ago
parent 172552a9ed
commit e0480e9df8

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

Loading…
Cancel
Save