mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/13454] Remove unused variables
This is part 2 of the pr. PHPBB3-13454
This commit is contained in:
@@ -257,7 +257,7 @@ class phpbb_questionnaire_phpbb_data_provider
|
||||
*/
|
||||
function get_data()
|
||||
{
|
||||
global $phpbb_root_path, $phpEx, $phpbb_config_php_file;
|
||||
global $phpbb_config_php_file;
|
||||
|
||||
extract($phpbb_config_php_file->get_all());
|
||||
unset($dbhost, $dbport, $dbname, $dbuser, $dbpasswd); // Just a precaution
|
||||
|
Reference in New Issue
Block a user