aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/info
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-10-01 10:34:42 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-10-01 10:34:42 +0200
commitdceb334a0c495bb76b9f8309b950eb9b3875b4c1 (patch)
treeb913588f7d04139123936169c38f7c16b87a560b /phpBB/includes/acp/info
parent0a58cca0318786a8239a73946ff5c3d56099eaf0 (diff)
parentb003019958aad3303abef8b4f70159cff2670600 (diff)
downloadforums-dceb334a0c495bb76b9f8309b950eb9b3875b4c1.tar
forums-dceb334a0c495bb76b9f8309b950eb9b3875b4c1.tar.gz
forums-dceb334a0c495bb76b9f8309b950eb9b3875b4c1.tar.bz2
forums-dceb334a0c495bb76b9f8309b950eb9b3875b4c1.tar.xz
forums-dceb334a0c495bb76b9f8309b950eb9b3875b4c1.zip
Merge branch 'develop-ascraeus' into develop
Diffstat (limited to 'phpBB/includes/acp/info')
-rw-r--r--phpBB/includes/acp/info/acp_styles.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/acp/info/acp_styles.php b/phpBB/includes/acp/info/acp_styles.php
index f3b28a9147..59b0a64899 100644
--- a/phpBB/includes/acp/info/acp_styles.php
+++ b/phpBB/includes/acp/info/acp_styles.php
@@ -21,7 +21,6 @@ class acp_styles_info
'modes' => array(
'style' => array('title' => 'ACP_STYLES', 'auth' => 'acl_a_styles', 'cat' => array('ACP_STYLE_MANAGEMENT')),
'install' => array('title' => 'ACP_STYLES_INSTALL', 'auth' => 'acl_a_styles', 'cat' => array('ACP_STYLE_MANAGEMENT')),
- 'cache' => array('title' => 'ACP_STYLES_CACHE', 'auth' => 'acl_a_styles', 'cat' => array('ACP_STYLE_MANAGEMENT')),
),
);
}