haha, this is clearly needed. :D

git-svn-id: file:///svn/phpbb/trunk@6062 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2006-06-14 17:50:13 +00:00
parent 7159120b25
commit 771d9f21cb

View file

@ -1136,10 +1136,16 @@ class install_install extends module
/**
* Populate the module tables
*/
function add_modules()
function add_modules($mode, $sub)
{
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/acp/acp_modules.' . $phpEx);