aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/exception/invalid_dbms_exception.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/install/exception/invalid_dbms_exception.php')
-rw-r--r--phpBB/phpbb/install/exception/invalid_dbms_exception.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/install/exception/invalid_dbms_exception.php b/phpBB/phpbb/install/exception/invalid_dbms_exception.php
index ccb35bc237..38de5f613a 100644
--- a/phpBB/phpbb/install/exception/invalid_dbms_exception.php
+++ b/phpBB/phpbb/install/exception/invalid_dbms_exception.php
@@ -14,7 +14,7 @@
namespace phpbb\install\exception;
/**
- * This exception should be thrown when
+ * Thrown when an unavailable DBMS has been selected
*/
class invalid_dbms_exception extends installer_exception
{