From 28037aab4f9ed3797d5bb4c281eb5245e69d96c4 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Tue, 6 Nov 2012 13:22:36 +0100 Subject: Fix syntax error --- program/include/rcube_output_html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/include/rcube_output_html.php') diff --git a/program/include/rcube_output_html.php b/program/include/rcube_output_html.php index a37226475..b0fc81764 100644 --- a/program/include/rcube_output_html.php +++ b/program/include/rcube_output_html.php @@ -1389,7 +1389,7 @@ class rcube_output_html extends rcube_output $attrib['src'] = $attrib['src'] ? $this->abs_url($attrib['src'], true) : 'program/resources/blank.gif'; // register as 'contentframe' object - if ($is_contentframe) + if ($is_contentframe) { $this->set_env('contentframe', $attrib['name']); $this->set_env('blankpage', $attrib['src']); } -- cgit v1.2.3