Thomas Bruederli
2012-11-07 19b0d444e7c3a4262f21414f55d2d8ece0cf5786
Adapt to common naming scheme for template tag attributes
1 files modified
2 ■■■ changed files
program/include/rcube_output_html.php 2 ●●● patch | view | raw | blame | history
program/include/rcube_output_html.php
@@ -855,7 +855,7 @@
            // include a file
            case 'include':
                $old_base_path = $this->base_path;
                if ($path = $this->get_skin_file($attrib['file'], $skin_path, $attrib['skin_path'])) {
                if ($path = $this->get_skin_file($attrib['file'], $skin_path, $attrib['skinpath'])) {
                    $this->base_path = $skin_path;
                    $path = realpath($path);
                }