aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_icons.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/acp/acp_icons.php')
-rw-r--r--phpBB/includes/acp/acp_icons.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/includes/acp/acp_icons.php b/phpBB/includes/acp/acp_icons.php
index 4433119b7c..801b61112f 100644
--- a/phpBB/includes/acp/acp_icons.php
+++ b/phpBB/includes/acp/acp_icons.php
@@ -285,7 +285,7 @@ class acp_icons
}
}
- $cache->destroy('icons');
+ $cache->destroy('_icons');
$cache->destroy('sql', $table);
if ($action == 'modify')
@@ -446,7 +446,7 @@ class acp_icons
}
}
- $cache->destroy('icons');
+ $cache->destroy('_icons');
$cache->destroy('sql', $table);
trigger_error($user->lang[$lang . '_IMPORT_SUCCESS'] . adm_back_link($this->u_action));
@@ -565,7 +565,7 @@ class acp_icons
$notice = $user->lang[$lang . '_DELETED'];
- $cache->destroy('icons');
+ $cache->destroy('_icons');
$cache->destroy('sql', $table);
}
else
@@ -617,7 +617,7 @@ class acp_icons
$db->sql_query($sql);
}
- $cache->destroy('icons');
+ $cache->destroy('_icons');
$cache->destroy('sql', $table);
break;