From 58fd5bc06057c50173b5c62aa3cfa6bfdc3eb413 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Fri, 28 Dec 2018 13:05:33 +0000 Subject: [PATCH] Fix get_skin_path() so it always returns main skin path not plugin's --- program/include/rcmail_output_html.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/program/include/rcmail_output_html.php b/program/include/rcmail_output_html.php index 5a4128617..761d2755e 100644 --- a/program/include/rcmail_output_html.php +++ b/program/include/rcmail_output_html.php @@ -248,6 +248,14 @@ EOF; return $title; } + /** + * Getter for the current skin path property + */ + public function get_skin_path() + { + return $this->skin_paths[0]; + } + /** * Set skin *