mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/11515] Change If...else statement struct
Modifications in if-else structure. PHPBB3-11515
This commit is contained in:
@@ -116,7 +116,9 @@ class db
|
||||
{
|
||||
return true;
|
||||
}
|
||||
} else {
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
return $this->locked;
|
||||
}
|
||||
|
Reference in New Issue
Block a user