Thomas Bruederli
2013-09-28 c49c35ca0fdd4d3972748a8846c0c71f50c80b16
program/include/rcmail_output_html.php
@@ -1055,7 +1055,7 @@
        // these commands can be called directly via url
        $a_static_commands = array('compose', 'list', 'preferences', 'folders', 'identities');
        if (!($attrib['command'] || $attrib['name'])) {
        if (!($attrib['command'] || $attrib['name'] || $attrib['href'])) {
            return '';
        }