From 28037aab4f9ed3797d5bb4c281eb5245e69d96c4 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Tue, 06 Nov 2012 07:22:36 -0500 Subject: [PATCH] Fix syntax error --- 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 a372264..b0fc817 100644 --- a/program/include/rcube_output_html.php +++ b/program/include/rcube_output_html.php @@ -1389,7 +1389,7 @@ $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']); } -- Gitblit v1.9.1