thomascube
2009-06-01 0e99d37a18cf81b549b8fc7e8948e9bd338deaad
program/include/rcube_template.php
@@ -201,7 +201,9 @@
     */
    public function command()
    {
        $this->js_commands[] = func_get_args();
        $cmd = func_get_args();
        if (strpos($cmd[0], 'plugin.') === false)
          $this->js_commands[] = $cmd;
    }