mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
- added confirm box to ucp zebra (adding fried/foe)
- permission fixes for conversions - use more appropiate error message within convertor if source tables could not be found - other tiny fixes git-svn-id: file:///svn/phpbb/trunk@6925 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -139,7 +139,7 @@ class install_convert extends module
|
||||
|
||||
// Let's see if there is a conversion in the works...
|
||||
$options = array();
|
||||
if (isset($config['convert_progress']))
|
||||
if (!empty($config['convert_progress']) && !empty($config['convert_options']))
|
||||
{
|
||||
$options = unserialize($config['convert_progress']);
|
||||
$options = array_merge($options, unserialize($config['convert_options']));
|
||||
|
Reference in New Issue
Block a user