mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
[ticket/11015] Include dbms name in exception message.
PHPBB3-11015
This commit is contained in:
@@ -5431,5 +5431,5 @@ function phpbb_convert_30_dbms_to_31($dbms)
|
||||
return 'phpbb_db_driver_' . $dbms;
|
||||
}
|
||||
|
||||
throw new \RuntimeException('You have specified an invalid dbms driver.');
|
||||
throw new \RuntimeException("You have specified an invalid dbms driver: $dbms");
|
||||
}
|
||||
|
Reference in New Issue
Block a user