alecpl
2008-04-13 875a482d3c47218b8d191bb07fdb16373a80b1d4
- fix for buttons without commands (r1291)


1 files modified
2 ■■■ changed files
program/include/rcube_template.php 2 ●●● patch | view | raw | blame | history
program/include/rcube_template.php
@@ -467,7 +467,7 @@
        switch ($command) {
            // return a button
            case 'button':
                if ($attrib['command']) {
                if ($attrib['name'] || $attrib['command']) {
                    return $this->button($attrib);
                }
                break;