From 19b0d444e7c3a4262f21414f55d2d8ece0cf5786 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Wed, 7 Nov 2012 10:29:15 +0100 Subject: Adapt to common naming scheme for template tag attributes --- program/include/rcube_output_html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/include/rcube_output_html.php b/program/include/rcube_output_html.php index e67a4919a..d80d28a9b 100644 --- a/program/include/rcube_output_html.php +++ b/program/include/rcube_output_html.php @@ -855,7 +855,7 @@ class rcube_output_html extends rcube_output // 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); } -- cgit v1.2.3