mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11015] Include dbms name in exception message.
PHPBB3-11015
This commit is contained in:
parent
0372ecf141
commit
e765ccd075
1 changed files with 1 additions and 1 deletions
|
@ -5431,5 +5431,5 @@ function phpbb_convert_30_dbms_to_31($dbms)
|
||||||
return 'phpbb_db_driver_' . $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");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue