mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
basically what is listed within the changelog. ;)
git-svn-id: file:///svn/phpbb/trunk@7872 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -643,6 +643,11 @@ class install_update extends module
|
||||
{
|
||||
$this->page_title = 'SELECT_FTP_SETTINGS';
|
||||
|
||||
if (!class_exists($method))
|
||||
{
|
||||
trigger_error('Method does not exist.', E_USER_ERROR);
|
||||
}
|
||||
|
||||
$requested_data = call_user_func(array($method, 'data'));
|
||||
foreach ($requested_data as $data => $default)
|
||||
{
|
||||
|
Reference in New Issue
Block a user