mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02: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:
@@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user