aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_groups.php
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2013-11-21 13:41:03 -0800
committerNathan Guse <nathaniel.guse@gmail.com>2013-11-21 13:41:03 -0800
commit6f419b0049c5b4ec2bba9fc40a8515a35ced6fb4 (patch)
tree940086df78617fc7d036d631eb5b4eb820e09b7c /phpBB/includes/ucp/ucp_groups.php
parent20885ccb8cef8d497ceacc232d3d864d5c07c455 (diff)
parent97915b467ed2a0f15805b43155eb24ac8b326c35 (diff)
downloadforums-6f419b0049c5b4ec2bba9fc40a8515a35ced6fb4.tar
forums-6f419b0049c5b4ec2bba9fc40a8515a35ced6fb4.tar.gz
forums-6f419b0049c5b4ec2bba9fc40a8515a35ced6fb4.tar.bz2
forums-6f419b0049c5b4ec2bba9fc40a8515a35ced6fb4.tar.xz
forums-6f419b0049c5b4ec2bba9fc40a8515a35ced6fb4.zip
Merge pull request #1869 from prototech/ticket/10810
[ticket/10810] Move color swatches from popup windows to inline blocks.
Diffstat (limited to 'phpBB/includes/ucp/ucp_groups.php')
-rw-r--r--phpBB/includes/ucp/ucp_groups.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_groups.php b/phpBB/includes/ucp/ucp_groups.php
index 32b27b55b4..716289eded 100644
--- a/phpBB/includes/ucp/ucp_groups.php
+++ b/phpBB/includes/ucp/ucp_groups.php
@@ -699,7 +699,6 @@ class ucp_groups
'GROUP_CLOSED' => $type_closed,
'GROUP_HIDDEN' => $type_hidden,
- 'U_SWATCH' => append_sid("{$phpbb_admin_path}swatch.$phpEx", 'form=ucp&amp;name=group_colour'),
'S_UCP_ACTION' => $this->u_action . "&amp;action=$action&amp;g=$group_id",
'L_AVATAR_EXPLAIN' => phpbb_avatar_explanation_string(),
));