mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 19:24:01 +02:00
[ticket/11515] Refactoring the patch.
Removing else conditions. PHPBB3-11515
This commit is contained in:
@@ -117,11 +117,7 @@ class db
|
||||
return true;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
return $this->locked;
|
||||
}
|
||||
return $this->locked;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user