aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/admin_styles.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/adm/admin_styles.php')
-rw-r--r--phpBB/adm/admin_styles.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/adm/admin_styles.php b/phpBB/adm/admin_styles.php
index 61cbf07a92..1c09414652 100644
--- a/phpBB/adm/admin_styles.php
+++ b/phpBB/adm/admin_styles.php
@@ -16,6 +16,7 @@
// Previews of templates, imagesets, themes ... unified -> M-3
// Add custom theme classes
// Security review
+// .zip not appearing @ area51 ...
if (!empty($setmodules))
{
@@ -85,7 +86,7 @@ foreach (array('tar.gz' => 'zlib', 'tar.bz2' => 'bz2', 'zip' => 'zlib') as $type
{
if (!@extension_loaded($module))
{
- break;
+ continue;
}
$archive_types .= ", <u>.$type</u>";
$archive_preg .= '|\.' . preg_quote($type);