diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-08-11 01:29:16 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-08-11 01:29:16 +0000 |
commit | ff0a7e26301a3ef01079335478831cd514de2d45 (patch) | |
tree | 7cddcbb5d263a1f470f33e8d7fe81683581d9895 /phpBB/adm/admin_styles.php | |
parent | c8669abf9d80dc09bafcca589cb85827b48f7c1f (diff) | |
download | forums-ff0a7e26301a3ef01079335478831cd514de2d45.tar forums-ff0a7e26301a3ef01079335478831cd514de2d45.tar.gz forums-ff0a7e26301a3ef01079335478831cd514de2d45.tar.bz2 forums-ff0a7e26301a3ef01079335478831cd514de2d45.tar.xz forums-ff0a7e26301a3ef01079335478831cd514de2d45.zip |
Not break you moron
git-svn-id: file:///svn/phpbb/trunk@4377 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/admin_styles.php')
-rw-r--r-- | phpBB/adm/admin_styles.php | 3 |
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); |