mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 11:58:53 +00:00
haha, this is clearly needed. :D
git-svn-id: file:///svn/phpbb/trunk@6062 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
7159120b25
commit
771d9f21cb
1 changed files with 7 additions and 1 deletions
|
@ -1136,10 +1136,16 @@ class install_install extends module
|
||||||
/**
|
/**
|
||||||
* Populate the module tables
|
* Populate the module tables
|
||||||
*/
|
*/
|
||||||
function add_modules()
|
function add_modules($mode, $sub)
|
||||||
{
|
{
|
||||||
global $db, $lang, $phpbb_root_path, $phpEx;
|
global $db, $lang, $phpbb_root_path, $phpEx;
|
||||||
|
|
||||||
|
// Obtain any submitted data
|
||||||
|
foreach ($this->request_vars as $var)
|
||||||
|
{
|
||||||
|
$$var = request_var($var, '');
|
||||||
|
}
|
||||||
|
|
||||||
include_once($phpbb_root_path . 'includes/constants.' . $phpEx);
|
include_once($phpbb_root_path . 'includes/constants.' . $phpEx);
|
||||||
include_once($phpbb_root_path . 'includes/acp/acp_modules.' . $phpEx);
|
include_once($phpbb_root_path . 'includes/acp/acp_modules.' . $phpEx);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue