From 19b0d444e7c3a4262f21414f55d2d8ece0cf5786 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Wed, 07 Nov 2012 04:29:15 -0500
Subject: [PATCH] Adapt to common naming scheme for template tag attributes

---
 program/include/rcube_output_html.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/program/include/rcube_output_html.php b/program/include/rcube_output_html.php
index e67a491..d80d28a 100644
--- a/program/include/rcube_output_html.php
+++ b/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);
                 }

--
Gitblit v1.9.1