Thomas Bruederli
2012-07-30 3185f3a52404baacaef29e4ace534c97e5ddc931
program/include/rcube_template.php
@@ -77,7 +77,7 @@
        $this->set_env('x_frame_options', $this->app->config->get('x_frame_options', 'sameorigin'));
        // load the correct skin (in case user-defined)
        $skin = $this->app->config->get('skin', 'default');
        $skin = $this->app->config->get('skin');
        $this->set_skin($skin);
        $this->set_env('skin', $skin);