1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 15:01:33 +02:00

[ticket/11515] Refactoring the patch.

Removing else conditions.

PHPBB3-11515
This commit is contained in:
Vishal Pandey
2017-03-14 17:19:41 +05:30
committed by Marc Alexander
parent cf12223b25
commit 7d4909dc06
3 changed files with 3 additions and 13 deletions

View File

@@ -117,11 +117,7 @@ class db
return true;
}
}
else
{
return $this->locked;
}
return $this->locked;
}
/**