aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/lock/db.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/lock/db.php')
-rw-r--r--phpBB/phpbb/lock/db.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/phpBB/phpbb/lock/db.php b/phpBB/phpbb/lock/db.php
index d9ad4d3b97..eea919f8f7 100644
--- a/phpBB/phpbb/lock/db.php
+++ b/phpBB/phpbb/lock/db.php
@@ -117,11 +117,7 @@ class db
return true;
}
}
- else
- {
-
- return $this->locked;
- }
+ return $this->locked;
}
/**