Thomas Bruederli
2012-11-12 3806f168b9ca797ad6e6bfa0743345b00c612e2a
program/include/rcube_output_html.php
@@ -457,7 +457,7 @@
            if (is_readable($path)) {
                $this->config->set('skin_path', $skin_path);
                $this->base_path = $skin_path;
                $this->base_path = preg_replace('!plugins/\w+/!', '', $skin_path);  // set base_path to core skin directory (not plugin's skin)
                break;
            }
            else {