summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcube_html_page.php
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-01-27 16:52:21 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-01-27 16:52:21 +0000
commite1ca1bd39c0970c5d7e75bedb038c64e1d4f57ca (patch)
tree175c2ef65ebc9f56b8c96bbe2b4d7603eb1c9e7a /roundcubemail/program/include/rcube_html_page.php
parentdfc5d66165c6c11f78fbc2c84c8a3b96a8abbda0 (diff)
Fix special vars replacement in templates
git-svn-id: https://svn.roundcube.net/trunk@5838 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/rcube_html_page.php')
-rw-r--r--roundcubemail/program/include/rcube_html_page.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcube_html_page.php b/roundcubemail/program/include/rcube_html_page.php
index d026444be..fffe49094 100644
--- a/roundcubemail/program/include/rcube_html_page.php
+++ b/roundcubemail/program/include/rcube_html_page.php
@@ -284,7 +284,6 @@ class rcube_html_page
$output = preg_replace_callback(
'!(src|href|background)=(["\']?)([a-z0-9/_.-]+)(["\'\s>])!i',
array($this, 'file_callback'), $output);
- $output = str_replace('$__skin_path', $base_path, $output);
// trigger hook with final HTML content to be sent
$hook = rcmail::get_instance()->plugins->exec_hook("send_page", array('content' => $output));