mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Not break you moron
git-svn-id: file:///svn/phpbb/trunk@4377 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
c8669abf9d
commit
ff0a7e2630
1 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@
|
||||||
// Previews of templates, imagesets, themes ... unified -> M-3
|
// Previews of templates, imagesets, themes ... unified -> M-3
|
||||||
// Add custom theme classes
|
// Add custom theme classes
|
||||||
// Security review
|
// Security review
|
||||||
|
// .zip not appearing @ area51 ...
|
||||||
|
|
||||||
if (!empty($setmodules))
|
if (!empty($setmodules))
|
||||||
{
|
{
|
||||||
|
@ -85,7 +86,7 @@ foreach (array('tar.gz' => 'zlib', 'tar.bz2' => 'bz2', 'zip' => 'zlib') as $type
|
||||||
{
|
{
|
||||||
if (!@extension_loaded($module))
|
if (!@extension_loaded($module))
|
||||||
{
|
{
|
||||||
break;
|
continue;
|
||||||
}
|
}
|
||||||
$archive_types .= ", <u>.$type</u>";
|
$archive_types .= ", <u>.$type</u>";
|
||||||
$archive_preg .= '|\.' . preg_quote($type);
|
$archive_preg .= '|\.' . preg_quote($type);
|
||||||
|
|
Loading…
Add table
Reference in a new issue