From 3d2886805994b7c9004942a2e13ad7362a9c5f51 Mon Sep 17 00:00:00 2001 From: alec Date: Fri, 19 Aug 2011 12:51:39 +0000 Subject: - Don't add console to error pages, prevents js error git-svn-id: https://svn.roundcube.net/trunk@5099 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcube_template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/include') diff --git a/roundcubemail/program/include/rcube_template.php b/roundcubemail/program/include/rcube_template.php index f5c741fc5..c4dd73b23 100755 --- a/roundcubemail/program/include/rcube_template.php +++ b/roundcubemail/program/include/rcube_template.php @@ -434,7 +434,7 @@ class rcube_template extends rcube_html_page if ($write) { // add debug console - if ($this->config['debug_level'] & 8) { + if ($realname != 'error' && ($this->config['debug_level'] & 8)) { $this->add_footer('' -- cgit v1.2.3