aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/info/acp_styles.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-10-01 10:34:08 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-10-01 10:34:08 +0200
commitb003019958aad3303abef8b4f70159cff2670600 (patch)
tree7a92af7c477390b22f389163e73f542d2cd4fbfa /phpBB/includes/acp/info/acp_styles.php
parentd26436944173d1fa28a1abd96bca861381246860 (diff)
parent1ee48942719500f128fd40d6ae60561174204954 (diff)
downloadforums-b003019958aad3303abef8b4f70159cff2670600.tar
forums-b003019958aad3303abef8b4f70159cff2670600.tar.gz
forums-b003019958aad3303abef8b4f70159cff2670600.tar.bz2
forums-b003019958aad3303abef8b4f70159cff2670600.tar.xz
forums-b003019958aad3303abef8b4f70159cff2670600.zip
Merge pull request #3013 from VSEphpbb/ticket/13121
[ticket/13121] Remove cache mode from style management module
Diffstat (limited to 'phpBB/includes/acp/info/acp_styles.php')
-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 1a9865aa1d..c0ab005502 100644
--- a/phpBB/includes/acp/info/acp_styles.php
+++ b/phpBB/includes/acp/info/acp_styles.php
@@ -22,7 +22,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')),
),
);
}