summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-11-07 10:29:15 +0100
committerThomas Bruederli <thomas@roundcube.net>2012-11-07 10:29:15 +0100
commit19b0d444e7c3a4262f21414f55d2d8ece0cf5786 (patch)
tree2465ed411e8493f0ebbd5c11d0834d2f8ecb0857
parentdf79b2638fe171957dc2ce2a606b91f3e4b9fe2d (diff)
Adapt to common naming scheme for template tag attributes
-rw-r--r--program/include/rcube_output_html.php2
1 files changed, 1 insertions, 1 deletions
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);
}