Aleksander Machniak
2012-08-29 d317a59d3041223c5070ae72d3d7187ef0c089ca
Fix frame() so frame ID is set as 'contentframe' env variable (not name)
1 files modified
2 ■■■ changed files
program/include/rcube_output_html.php 2 ●●● patch | view | raw | blame | history
program/include/rcube_output_html.php
@@ -1297,7 +1297,7 @@
            $attrib['name'] = $attrib['id'];
        }
        $this->set_env('contentframe', $attrib['name']);
        $this->set_env('contentframe', $attrib['id']);
        $this->set_env('blankpage', $attrib['src'] ? $this->abs_url($attrib['src']) : 'program/resources/blank.gif');
        return html::iframe($attrib);