diff options
author | Andreas Fischer <bantu@phpbb.com> | 2013-10-30 13:37:29 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2013-10-30 13:37:29 +0100 |
commit | ef1f99183796f8e246f96bca54ca439bf8ea1750 (patch) | |
tree | 0b27c61c441bbe2bc85028a4d0de2d4da8196e9b /phpBB/includes/acp/acp_icons.php | |
parent | 7aa8f6461f1e85cf91931f56b95384e54fec07c2 (diff) | |
download | forums-ef1f99183796f8e246f96bca54ca439bf8ea1750.tar forums-ef1f99183796f8e246f96bca54ca439bf8ea1750.tar.gz forums-ef1f99183796f8e246f96bca54ca439bf8ea1750.tar.bz2 forums-ef1f99183796f8e246f96bca54ca439bf8ea1750.tar.xz forums-ef1f99183796f8e246f96bca54ca439bf8ea1750.zip |
[task/code-sniffer] Replace spaces with tabs.
PHPBB3-11980
Diffstat (limited to 'phpBB/includes/acp/acp_icons.php')
-rw-r--r-- | phpBB/includes/acp/acp_icons.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_icons.php b/phpBB/includes/acp/acp_icons.php index 5b23f9c3a0..d4bb9fe769 100644 --- a/phpBB/includes/acp/acp_icons.php +++ b/phpBB/includes/acp/acp_icons.php @@ -480,7 +480,7 @@ class acp_icons $icons_updated++; } - } + } } $cache->destroy('_icons'); |