From e5cd143222a741d12d599cf65460ef75243315fe Mon Sep 17 00:00:00 2001 From: alec Date: Thu, 14 Oct 2010 17:02:25 +0000 Subject: - Fix bug in rcube_plugin::local_skin_path() git-svn-id: https://svn.roundcube.net/trunk@4091 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcube_template.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'roundcubemail/program/include/rcube_template.php') diff --git a/roundcubemail/program/include/rcube_template.php b/roundcubemail/program/include/rcube_template.php index e9b2b2118..a30c4f3b2 100755 --- a/roundcubemail/program/include/rcube_template.php +++ b/roundcubemail/program/include/rcube_template.php @@ -30,17 +30,17 @@ */ class rcube_template extends rcube_html_page { - var $app; - var $config; - var $framed = false; - var $pagetitle = ''; - var $message = null; - var $env = array(); - var $js_env = array(); - var $js_commands = array(); - var $object_handlers = array(); + private $app; + private $config; + private $pagetitle = ''; + private $message = null; + private $js_env = array(); + private $js_commands = array(); + private $object_handlers = array(); public $browser; + public $framed = false; + public $env = array(); public $type = 'html'; public $ajax_call = false; -- cgit v1.2.3