mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
add check to newly registered function to not execute this more than once
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9644 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -2248,6 +2248,11 @@ class user extends session
|
||||
{
|
||||
global $db;
|
||||
|
||||
if (empty($this->data['user_new']))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!function_exists('group_user_del'))
|
||||
{
|
||||
global $phpbb_root_path, $phpEx;
|
||||
|
Reference in New Issue
Block a user