mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Fix an issue affecting eaccelerator users
git-svn-id: file:///svn/phpbb/trunk@5780 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
fc394d6302
commit
8017db012b
2 changed files with 0 additions and 3 deletions
|
@ -22,8 +22,6 @@ if (!empty($setmodules))
|
|||
'module_stages' => array('INTRO', 'REQUIREMENTS', 'DATABASE', 'ADMINISTRATOR', 'CONFIG_FILE', 'ADVANCED', 'FINAL'),
|
||||
'module_reqs' => ''
|
||||
);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
class install_install extends module
|
||||
|
|
|
@ -22,7 +22,6 @@ if (!empty($setmodules))
|
|||
'module_stages' => '',
|
||||
'module_reqs' => ''
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
||||
class install_main extends module
|
||||
|
|
Loading…
Add table
Reference in a new issue