mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 03:34:04 +02:00
[ticket/16790] Remove unused code
PHPBB3-16790
This commit is contained in:
@@ -45,7 +45,7 @@ class ucp_pm
|
||||
|
||||
function main($id, $mode)
|
||||
{
|
||||
global $user, $template, $phpbb_root_path, $auth, $phpEx, $db, $config, $request;
|
||||
global $user, $template, $phpbb_root_path, $auth, $phpEx, $db, $config, $request, $global_privmsgs_rules, $global_rule_conditions;
|
||||
|
||||
if (!$user->data['is_registered'])
|
||||
{
|
||||
|
Reference in New Issue
Block a user