thomascube
2011-10-12 f6638364b1dfb6e1e16fe140df7091af67b56bc3
Support plugin commands on HTML pages, too

1 files modified
4 ■■■ changed files
program/include/rcube_template.php 4 ●●● patch | view | raw | blame | history
program/include/rcube_template.php
@@ -217,7 +217,9 @@
    public function command()
    {
        $cmd = func_get_args();
        if (strpos($cmd[0], 'plugin.') === false)
        if (strpos($cmd[0], 'plugin.') !== false)
          $this->js_commands[] = array('triggerEvent', $cmd[0], $cmd[1]);
        else
          $this->js_commands[] = $cmd;
    }