alecpl
2008-05-05 a4e6ed10f6396d2ea8dd6dfd8f8bc0a05f484ade
- fixed setting pagetitle in ajax calls


1 files modified
5 ■■■■■ changed files
program/include/rcube_json_output.php 5 ●●●●● patch | view | raw | blame | history
program/include/rcube_json_output.php
@@ -64,7 +64,8 @@
     */
    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 @@
                implode(',', $args)
            );
        }
        return $out;
    }
}