aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_styles.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/acp/acp_styles.php')
-rw-r--r--phpBB/includes/acp/acp_styles.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/includes/acp/acp_styles.php b/phpBB/includes/acp/acp_styles.php
index 3b14c3d6aa..c5dc6ae154 100644
--- a/phpBB/includes/acp/acp_styles.php
+++ b/phpBB/includes/acp/acp_styles.php
@@ -40,8 +40,6 @@ class acp_styles
$action = (isset($_POST['add'])) ? 'add' : $action;
$style_id = request_var('id', 0);
- $this->u_action = "{$phpbb_admin_path}index.$phpEx$SID&i=$id&mode=$mode";
-
// Fill the configuration variables
$this->style_cfg = $this->template_cfg = $this->theme_cfg = $this->imageset_cfg = '
#