aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/acp/acp_styles.php16
1 files changed, 8 insertions, 8 deletions
diff --git a/phpBB/includes/acp/acp_styles.php b/phpBB/includes/acp/acp_styles.php
index 2306e7d41c..2632c96660 100644
--- a/phpBB/includes/acp/acp_styles.php
+++ b/phpBB/includes/acp/acp_styles.php
@@ -28,14 +28,14 @@ class acp_styles
var $styles_path_absolute = 'styles';
var $default_style = 0;
- private $db = false;
- private $user = false;
- private $template = false;
- private $request = false;
- private $cache = false;
- private $auth = false;
- private $phpbb_root_path = false;
- private $phpEx = false;
+ protected $db;
+ protected $user;
+ protected $template;
+ protected $request;
+ protected $cache;
+ protected $auth;
+ protected $phpbb_root_path;
+ protected $phpEx;
function main($id, $mode)
{